Fix ios simulator error when notifications enabled (#13145)

This commit is contained in:
Parvesh Monu 2022-03-03 15:54:33 +05:30 committed by GitHub
parent 7f007f204f
commit e6f552e785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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]}