[apps/on_boarding] LanguageController does not need to hold LogoController

This commit is contained in:
Ruben Dashyan
2019-05-29 16:39:23 +02:00
committed by EmilieNumworks
parent 3aa2e5d6a7
commit 154baae6d3
3 changed files with 4 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ App::Descriptor * App::Snapshot::descriptor() {
App::App(Snapshot * snapshot) :
::App(snapshot, &m_languageController),
m_languageController(&m_modalViewController, &m_logoController),
m_languageController(&m_modalViewController),
m_logoController()
{
}