Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vufon opened this issue Feb 22, 2025 · 0 comments
Open

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

vufon opened this issue Feb 22, 2025 · 0 comments

Comments

@vufon
Copy link

vufon commented Feb 22, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant