Fix custom vibration settings.
This commit is contained in:
parent
f65f4704c9
commit
64922a8e51
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ public class NotificationChannels {
|
|||
return getMessageVibrate(context);
|
||||
}
|
||||
|
||||
return channel.shouldVibrate();
|
||||
return channel.shouldVibrate() && Arrays.equals(channel.getVibrationPattern(), EMPTY_VIBRATION_PATTERN);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue