[apps/stats] Remove histogram blinking

This commit is contained in:
Léa Saviot
2018-05-29 14:42:47 +02:00
parent 02c81e76fb
commit e0518ecaf9
3 changed files with 14 additions and 3 deletions

View File

@@ -72,7 +72,6 @@ bool MultipleDataViewController::handleEvent(Ion::Events::Event event) {
int direction = event == Ion::Events::Left ? -1 : 1;
if (moveSelectionHorizontally(direction)) {
reloadBannerView();
multipleDataView()->reload();
}
return true;
}