Fix ios simulator error when notifications enabled (#13145)
This commit is contained in:
parent
7f007f204f
commit
e6f552e785
|
@ -143,8 +143,7 @@
|
|||
{:events [:notifications/switch-error]}
|
||||
[cofx enabled?]
|
||||
(multiaccounts.update/multiaccount-update
|
||||
:remote-push-notifications-enabled? (not enabled?)
|
||||
{}))
|
||||
cofx :remote-push-notifications-enabled? (not enabled?) {}))
|
||||
|
||||
(fx/defn notification-switch
|
||||
{:events [::switch]}
|
||||
|
|
Loading…
Reference in New Issue