Merge "Do not hide the bell icon." into rvc-qpr-dev

This commit is contained in:
TreeHugger Robot
2020-07-07 23:40:38 +00:00
committed by Android (Google) Code Review

View File

@@ -4801,7 +4801,6 @@ public class Notification implements Parcelable
contentView.setViewVisibility(R.id.time, View.GONE);
contentView.setImageViewIcon(R.id.profile_badge, null);
contentView.setViewVisibility(R.id.profile_badge, View.GONE);
contentView.setViewVisibility(R.id.alerted_icon, View.GONE);
mN.mUsesStandardHeader = false;
}