mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix custom notification vibration state.
This commit is contained in:
committed by
Greyson Parrelli
parent
a7c4199192
commit
7c11962cb3
@@ -360,7 +360,7 @@ public class NotificationChannels {
|
||||
return getMessageVibrate(context);
|
||||
}
|
||||
|
||||
return channel.shouldVibrate() && Arrays.equals(channel.getVibrationPattern(), EMPTY_VIBRATION_PATTERN);
|
||||
return channel.shouldVibrate() && !Arrays.equals(channel.getVibrationPattern(), EMPTY_VIBRATION_PATTERN);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user