StartupViewController is created twice #27

Closed
opened 2019-06-10 14:39:58 +02:00 by localhorst · 2 comments
Owner

Result: The init{...} is also called twice and so the
rootc.initConnection()

Result: The init{...} is also called twice and so the <code>rootc.initConnection()</code>
localhorst added this to the client 1.0 milestone 2019-06-10 14:39:58 +02:00
localhorst added the
bug
label 2019-06-10 14:39:58 +02:00
Collaborator

this could be caused by the fact, that Main creates a new instance of StartupViewController and does not use by inject(). I think we should move the SettingsController.init() to the Main class and then create StartupViewController by inject().

this could be caused by the fact, that Main creates a new instance of StartupViewController and does not use by inject(). I think we should move the SettingsController.init() to the Main class and then create StartupViewController by inject().
Seil0 closed this issue 2019-06-10 15:30:23 +02:00
CodeSteak self-assigned this 2019-06-13 18:02:38 +02:00
Collaborator

reintroduced while merging

reintroduced while merging
CodeSteak removed their assignment 2019-06-13 18:05:56 +02:00
Sign in to join this conversation.
No description provided.