mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Add default option to message vibrate for pre API26.
This commit is contained in:
@@ -509,8 +509,8 @@ public class NotificationChannels {
|
||||
copy.setGroup(original.getGroup());
|
||||
copy.setSound(original.getSound(), original.getAudioAttributes());
|
||||
copy.setBypassDnd(original.canBypassDnd());
|
||||
copy.enableVibration(original.shouldVibrate());
|
||||
copy.setVibrationPattern(original.getVibrationPattern());
|
||||
copy.enableVibration(original.shouldVibrate());
|
||||
copy.setLockscreenVisibility(original.getLockscreenVisibility());
|
||||
copy.setShowBadge(original.canShowBadge());
|
||||
copy.setLightColor(original.getLightColor());
|
||||
|
||||
Reference in New Issue
Block a user