Recreate notification channels on import

This commit is contained in:
M66B 2019-05-16 10:43:55 +02:00
parent 6ffc622f19
commit 90a66e4be0
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}