mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Merge "[apps/on_boarding] Dismiss the update pop up with any event"
This commit is contained in:
@@ -13,7 +13,7 @@ View * UpdateController::view() {
|
||||
}
|
||||
|
||||
bool UpdateController::handleEvent(Ion::Events::Event event) {
|
||||
if (event == Ion::Events::OK || event == Ion::Events::EXE) {
|
||||
if (event != Ion::Events::Back) {
|
||||
app()->dismissModalViewController();
|
||||
AppsContainer * appsContainer = (AppsContainer *)app()->container();
|
||||
appsContainer->switchTo(appsContainer->appAtIndex(0));
|
||||
|
||||
Reference in New Issue
Block a user