Skip to content

Commit

Permalink
Now vibration is removed without losing the head up
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Diaz committed Sep 27, 2016
1 parent f33e724 commit b33ae3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ void show(int pokemonNumber, String pokemonName, double iv, int attack, int defe
.setColor(ContextCompat.getColor(mContext, R.color.red_700))
.setAutoCancel(true)
//.setVibrate(new long[]{0, 60, 300, 60})
.setVibrate(new long[]{0})
.setPriority(Notification.PRIORITY_MAX)
.setCategory(NotificationCompat.CATEGORY_ALARM)
.build();
Expand Down

0 comments on commit b33ae3e

Please sign in to comment.