mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[apps] Fix bug: the title bar view does not display preferences in the
right language Change-Id: Ia95522a0fb0fd833fab2405fff92c4ae585459ed
This commit is contained in:
@@ -17,6 +17,7 @@ bool UpdateController::handleEvent(Ion::Events::Event event) {
|
||||
app()->dismissModalViewController();
|
||||
AppsContainer * appsContainer = (AppsContainer *)app()->container();
|
||||
if (appsContainer->activeApp()->snapshot() == appsContainer->onBoardingAppSnapshot()) {
|
||||
appsContainer->refreshPreferences();
|
||||
appsContainer->switchTo(appsContainer->appSnapshotAtIndex(0));
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user