mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps] Fix bug: the title bar view does not display preferences in the
right language Change-Id: Ia95522a0fb0fd833fab2405fff92c4ae585459ed
This commit is contained in:
@@ -36,7 +36,6 @@ AppsContainer::AppsContainer() :
|
||||
m_probabilitySnapshot(),
|
||||
m_regressionSnapshot()
|
||||
{
|
||||
refreshPreferences();
|
||||
m_emptyBatteryWindow.setFrame(KDRect(0, 0, Ion::Display::Width, Ion::Display::Height));
|
||||
Poincare::Expression::setCircuitBreaker(AppsContainer::poincareCircuitBreaker);
|
||||
}
|
||||
@@ -159,6 +158,7 @@ void AppsContainer::run() {
|
||||
#if ON_BOARDING
|
||||
switchTo(onBoardingAppSnapshot());
|
||||
#else
|
||||
refreshPreferences();
|
||||
switchTo(appSnapshotAtIndex(0));
|
||||
#endif
|
||||
Container::run();
|
||||
|
||||
Reference in New Issue
Block a user