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

Commit a19e752a authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Automerger Merge Worker
Browse files

Merge "Prevent NPE if View has not been initialized" into tm-dev am: 5095a528

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

Change-Id: I6a3d2341b6583212bdc4941fc2aed3bb62b066b1
parents 9a797811 5095a528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ public class QuickStatusBarHeader extends FrameLayout {
    private int mTopViewMeasureHeight;

    @NonNull
    private List<String> mRssiIgnoredSlots;
    private List<String> mRssiIgnoredSlots = List.of();
    private boolean mIsSingleCarrier;

    private boolean mHasCenterCutout;