mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-30 02:44:56 +01:00
reverting instance check, no longer needed as the event no longer contains any data
- it's part of the initialstate instead
This commit is contained in:
parent
5d0d177a7a
commit
6fcbd24ce1
@ -426,7 +426,7 @@ class HomeActivityViewModel @AssistedInject constructor(
|
||||
HomeActivityViewActions.PushPromptHasBeenReviewed -> {
|
||||
vectorPreferences.setDidAskUserToEnableSessionPush()
|
||||
}
|
||||
is HomeActivityViewActions.ViewStarted -> {
|
||||
HomeActivityViewActions.ViewStarted -> {
|
||||
initialize()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user