-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels