kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix custom notification vibration state.
rodzic
a7c4199192
commit
7c11962cb3
|
@ -360,7 +360,7 @@ public class NotificationChannels {
|
||||||
return getMessageVibrate(context);
|
return getMessageVibrate(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
return channel.shouldVibrate() && Arrays.equals(channel.getVibrationPattern(), EMPTY_VIBRATION_PATTERN);
|
return channel.shouldVibrate() && !Arrays.equals(channel.getVibrationPattern(), EMPTY_VIBRATION_PATTERN);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Ładowanie…
Reference in New Issue