You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot enable Transaction Notification.
I think it may be due to the status check location of this Switch. I am not sure why transaction notification status is only enabled when privacy is on? func (mgr *AssetsManager) IsTransactionNotificationsOn() bool { var data bool mgr.ReadAppConfigValue(sharedW.TransactionNotificationConfigKey, &data) return data && mgr.IsPrivacyModeOn() }
I think the logic in this area needs to be clarified. Or if there is a reason why this Switch cannot be turned on, there should be some kind of notification for the user to understand the reason.
notification.setting.bug.mp4tx.set.bug.mp4
The text was updated successfully, but these errors were encountered:
Cannot enable Transaction Notification.
I think it may be due to the status check location of this Switch. I am not sure why transaction notification status is only enabled when privacy is on?
func (mgr *AssetsManager) IsTransactionNotificationsOn() bool { var data bool mgr.ReadAppConfigValue(sharedW.TransactionNotificationConfigKey, &data) return data && mgr.IsPrivacyModeOn() }
I think the logic in this area needs to be clarified. Or if there is a reason why this Switch cannot be turned on, there should be some kind of notification for the user to understand the reason.
notification.setting.bug.mp4
tx.set.bug.mp4
The text was updated successfully, but these errors were encountered: