mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats] Fix drawin and reloading
This commit is contained in:
@@ -67,9 +67,7 @@ bool MultipleDataViewController::handleEvent(Ion::Events::Event event) {
|
||||
}
|
||||
if (m_selectedSeries >= 0 && (event == Ion::Events::Left || event == Ion::Events::Right)) {
|
||||
int direction = event == Ion::Events::Left ? -1 : 1;
|
||||
if (moveSelectionHorizontally(direction)) {
|
||||
reloadBannerView();
|
||||
}
|
||||
moveSelectionHorizontally(direction);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user