-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show user profile only if no user profile has been created yet.
To get the create user profile page shown, one need to delete the data directory in simulator, or the rest api data directory if client mode is used. with that the created user identity is deleted.
- Loading branch information
1 parent
bf07139
commit bc9a35f
Showing
2 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ val presentationModule = module { | |
|
||
single { | ||
SplashPresenter( | ||
get(), | ||
get(), | ||
get() | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters