Merge "Update mOnDissmissRunnable when Notification gets updated." into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9ab9aa4c96
@@ -137,6 +137,7 @@ public class NotificationRowBinderImpl implements NotificationRowBinder {
|
|||||||
entry.updateIcons(mContext, sbn);
|
entry.updateIcons(mContext, sbn);
|
||||||
entry.reset();
|
entry.reset();
|
||||||
updateNotification(entry, pmUser, sbn, entry.getRow());
|
updateNotification(entry, pmUser, sbn, entry.getRow());
|
||||||
|
entry.getRow().setOnDismissRunnable(onDismissRunnable);
|
||||||
} else {
|
} else {
|
||||||
entry.createIcons(mContext, sbn);
|
entry.createIcons(mContext, sbn);
|
||||||
new RowInflaterTask().inflate(mContext, parent, entry,
|
new RowInflaterTask().inflate(mContext, parent, entry,
|
||||||
|
|||||||
Reference in New Issue
Block a user