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:
Adam Brown 2022-06-06 10:23:06 +01:00
parent 5d0d177a7a
commit 6fcbd24ce1

View file

@ -426,7 +426,7 @@ class HomeActivityViewModel @AssistedInject constructor(
HomeActivityViewActions.PushPromptHasBeenReviewed -> {
vectorPreferences.setDidAskUserToEnableSessionPush()
}
is HomeActivityViewActions.ViewStarted -> {
HomeActivityViewActions.ViewStarted -> {
initialize()
}
}