Merge "Prevent NPE if View has not been initialized" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5095a52843
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user