Skip to content

Can't set Transaction Notification to enable in settings #727

@vufon

Description

@vufon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions