mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ class HomeActivityViewModel @AssistedInject constructor(
|
|||
HomeActivityViewActions.PushPromptHasBeenReviewed -> {
|
||||
vectorPreferences.setDidAskUserToEnableSessionPush()
|
||||
}
|
||||
is HomeActivityViewActions.ViewStarted -> {
|
||||
HomeActivityViewActions.ViewStarted -> {
|
||||
initialize()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue