Fix custom notification vibration state.
This commit is contained in:
parent
a7c4199192
commit
7c11962cb3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue