disable sounds from notifications
This commit is contained in:
@@ -891,6 +891,7 @@ namespace keepass2android
|
||||
mChannel.Description = desc;
|
||||
mChannel.EnableLights(false);
|
||||
mChannel.EnableVibration(false);
|
||||
mChannel.SetSound(null, null);
|
||||
mNotificationManager.CreateNotificationChannel(mChannel);
|
||||
}
|
||||
|
||||
@@ -902,6 +903,7 @@ namespace keepass2android
|
||||
mChannel.Description = desc;
|
||||
mChannel.EnableLights(false);
|
||||
mChannel.EnableVibration(false);
|
||||
mChannel.SetSound(null, null);
|
||||
mNotificationManager.CreateNotificationChannel(mChannel);
|
||||
}
|
||||
|
||||
@@ -913,6 +915,7 @@ namespace keepass2android
|
||||
mChannel.Description = desc;
|
||||
mChannel.EnableLights(false);
|
||||
mChannel.EnableVibration(false);
|
||||
mChannel.SetSound(null, null);
|
||||
mNotificationManager.CreateNotificationChannel(mChannel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user