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
This is at least true for non-push notifications and there for newer phones:
The ordering of steps regarding notification setup is wrong in "MainActivity.onCreate".
First "fetchUserInfo" will be done - which surprisingly by its name will try all notification setup; e. g. create channels and so on.
Only as the last block after that will the "request notification permission" dialog be triggered.
So after a very first install of Tusky you need to fully restart it (i.e. restart the phone?) in order to get notifications.
Steps to reproduce the problem
Create a new virtual device with Api >= 33
Start Tusky there
Allow notifications when asked
There will be no notifications (for example there is the output "NotificationsDisabled" in Logcat)
Only after a full restart will there be some
Debug information
Current develop. Bu probably for some time.
The text was updated successfully, but these errors were encountered:
Detailed description
This is at least true for non-push notifications and there for newer phones:
The ordering of steps regarding notification setup is wrong in "MainActivity.onCreate".
First "fetchUserInfo" will be done - which surprisingly by its name will try all notification setup; e. g. create channels and so on.
Only as the last block after that will the "request notification permission" dialog be triggered.
So after a very first install of Tusky you need to fully restart it (i.e. restart the phone?) in order to get notifications.
Steps to reproduce the problem
Debug information
Current develop. Bu probably for some time.
The text was updated successfully, but these errors were encountered: