mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-07 20:55:09 +00:00
feat(android): update notification handling and UI responsiveness with new audio settings permission and improved back navigation
Credit: thanks to Sergey B (Samara Telegram - Reticulum Самара) for testing and providing solutions.
This commit is contained in:
@@ -51,7 +51,7 @@ public class MeshChatApplication extends PyApplication {
|
||||
NotificationChannel messages = new NotificationChannel(
|
||||
CHANNEL_ID_MESSAGES,
|
||||
getString(R.string.notification_channel_messages_name),
|
||||
NotificationManager.IMPORTANCE_DEFAULT
|
||||
NotificationManager.IMPORTANCE_HIGH
|
||||
);
|
||||
messages.setDescription(getString(R.string.notification_channel_messages_desc));
|
||||
nm.createNotificationChannel(messages);
|
||||
|
||||
Reference in New Issue
Block a user