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

Commit 9b3f964f authored by Harry Cutts's avatar Harry Cutts
Browse files

BasePreferenceController: add some nullability annotations

One fixes a NullAway warning reported on change
I32ba2b6b8c05c1379b4d921350050979b1866805, and the other is just nice
to have.

Bug: 245989146
Change-Id: I8a7ffbddf865bab317fdabf5110262bb0626c529
Test: TreeHugger
Flag: EXEMPT unable to flag this kind of change
parent fb0b459c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -120,7 +120,9 @@ public abstract class BasePreferenceController extends AbstractPreferenceControl
     */
     */
    public static final int DISABLED_DEPENDENT_SETTING = 5;
    public static final int DISABLED_DEPENDENT_SETTING = 5;


    @NonNull
    protected final String mPreferenceKey;
    protected final String mPreferenceKey;
    @Nullable
    protected UiBlockListener mUiBlockListener;
    protected UiBlockListener mUiBlockListener;
    protected boolean mUiBlockerFinished;
    protected boolean mUiBlockerFinished;
    private boolean mIsForWork;
    private boolean mIsForWork;