mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[escher] Rework of timers and bigger text in toolboxes
This commit is contained in:
@@ -17,6 +17,7 @@ LogoController::LogoController() :
|
||||
|
||||
bool LogoController::fire() {
|
||||
Container::activeApp()->dismissModalViewController();
|
||||
AppsContainer::sharedAppsContainer()->removeTimer(this);
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -41,7 +42,6 @@ void LogoController::viewWillAppear() {
|
||||
if (!backlightInitialized) {
|
||||
Ion::Backlight::init();
|
||||
}
|
||||
ViewController::viewWillAppear();
|
||||
}
|
||||
|
||||
void LogoController::viewDidDisappear() {
|
||||
|
||||
Reference in New Issue
Block a user