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 -> {
|
HomeActivityViewActions.PushPromptHasBeenReviewed -> {
|
||||||
vectorPreferences.setDidAskUserToEnableSessionPush()
|
vectorPreferences.setDidAskUserToEnableSessionPush()
|
||||||
}
|
}
|
||||||
is HomeActivityViewActions.ViewStarted -> {
|
HomeActivityViewActions.ViewStarted -> {
|
||||||
initialize()
|
initialize()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user