Recreate notification channels on import

pull/156/head
M66B 5 years ago
parent 6ffc622f19
commit 90a66e4be0

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

Loading…
Cancel
Save