mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Cleanup MessageNotificationsActivity when
This commit is contained in:
parent
73a25c88f1
commit
46650ef678
@ -50,7 +50,6 @@ class MessageNotificationsActivity : BaseActionBarActivity() {
|
|||||||
|
|
||||||
when {
|
when {
|
||||||
prefs.getHasViewedSeed() && !prefs.getConfigurationMessageSynced() -> start<LoadingActivity>()
|
prefs.getHasViewedSeed() && !prefs.getConfigurationMessageSynced() -> start<LoadingActivity>()
|
||||||
prefs.getProfileName() != null -> startHomeActivity()
|
|
||||||
else -> startHomeActivity()
|
else -> startHomeActivity()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user