Change summary
src/main/java/eu/siacs/conversations/services/XmppConnectionService.java | 3
1 file changed, 3 insertions(+)
Detailed changes
@@ -1678,6 +1678,9 @@ public class XmppConnectionService extends Service {
|| ongoingVideoTranscoding
|| ongoing != null
|| (Compatibility.keepForegroundService(this) && hasEnabledAccounts())) {
+ if (Compatibility.runsTwentySix()) {
+ mNotificationService.initializeChannels();
+ }
final Notification notification;
if (ongoing != null && !diallerIntegrationActive.get()) {
notification = this.mNotificationService.getOngoingCallNotification(ongoing);