mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 07:20:38 +00:00
Update to 6.3.0 (2042)
This commit is contained in:
parent
520592b43d
commit
320710366d
17 changed files with 222 additions and 211 deletions
|
|
@ -226,7 +226,11 @@ public class NotificationsController extends BaseController {
|
|||
notificationChannel.enableLights(false);
|
||||
notificationChannel.enableVibration(false);
|
||||
notificationChannel.setSound(null, null);
|
||||
systemNotificationManager.createNotificationChannel(notificationChannel);
|
||||
try {
|
||||
systemNotificationManager.createNotificationChannel(notificationChannel);
|
||||
} catch (Exception e) {
|
||||
FileLog.e(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue