Closed yarml closed 1 year ago
This also creates a problem whenever onCreate() is called a second time, for example when the screen is rotated, the add account screen is displayed again.
This also creates a problem whenever onCreate() is called a second time, for example when the screen is rotated, the add account screen is displayed again.
Which is why moving to a ViewModel is a good idea, since ViewModels don't recreate on configuration changes (such as screen rotate)
Closing in favor of #30