Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a372bf78 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not hide the bell icon." into rvc-qpr-dev am: 0581ca68

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12091686

Change-Id: I18c5693b134e661a4c6538ba9502274152ca8e70
parents 9ac04d31 0581ca68
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
        }