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

Commit 9d28be43 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 am: a372bf78

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

Change-Id: I2773ed04f3822d6a5f3e1774220c6dbc68b70e6c
parents 953d7b74 a372bf78
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;
        }