Skip to content

Commit

Permalink
Add enableVibration.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg committed Feb 21, 2018
1 parent e936d1d commit b242560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/backendless/push/PushTemplateHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ static private NotificationChannel updateNotificationChannel( Context context, N
vibrate[ index++ ] = l;

notificationChannel.setVibrationPattern( vibrate );
notificationChannel.enableVibration( true );
}

if (template.getButtonTemplate().getVisibility() != null)
Expand Down

0 comments on commit b242560

Please # to comment.