Skip to content

notif android: Request permission at startup #521

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

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

gnprice
Copy link
Member

@gnprice gnprice commented Feb 14, 2024

This is necessary (on Android 13+) in order to be able to actually show a notification in the UI.

Fixes: #520

Also augment the comments a bit, and fix a debug-log message:
it had been "notif settings: Instance of 'NotificationSettings'",
which is not very informative.
This is necessary (on Android 13+) in order to be able to actually
show a notification in the UI.

Fixes: zulip#520
@chrisbobbe
Copy link
Collaborator

Thanks for the catch and fix!

@gnprice gnprice deleted the pr-notif-permission branch February 20, 2024 21:32
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

Successfully merging this pull request may close these issues.

Notifications require manually giving permission, on Android
2 participants