StartupViewController is created twice #27
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Result: The init{...} is also called twice and so the
rootc.initConnection()
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().
reintroduced while merging