Skip to content

Commit

Permalink
Avoid calling a deleted method in L preview
Browse files Browse the repository at this point in the history
  • Loading branch information
slvn committed Jul 29, 2014
1 parent 67eb2a5 commit 0e2b9a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/android/mms/transaction/MessagingNotification.java
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ private static void updateNotification(
noti.setContentTitle(title)
.setContentIntent(
taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT))
.addKind(Notification.KIND_MESSAGE)
.setPriority(Notification.PRIORITY_DEFAULT); // TODO: set based on contact coming
// from a favorite.

Expand Down

0 comments on commit 0e2b9a4

Please sign in to comment.