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

Commit 9e17ca61 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BasePreferenceController: add some nullability annotations" into main

parents 1d45cd7a 9b3f964f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -120,7 +120,9 @@ public abstract class BasePreferenceController extends AbstractPreferenceControl
     */
    public static final int DISABLED_DEPENDENT_SETTING = 5;

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