mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-03 21:35:39 +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…
x
Reference in New Issue
Block a user