mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
Recreate notification channels on import
This commit is contained in:
@@ -378,6 +378,7 @@ public class ApplicationEx extends Application {
|
||||
channel.enableVibration(jchannel.getBoolean("vibrate"));
|
||||
|
||||
Log.i("Creating channel=" + channel);
|
||||
nm.deleteNotificationChannel(id);
|
||||
nm.createNotificationChannel(channel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user