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

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

Merge "Allow access to the SelectorWithWidgetPreference's widget, for testing" into main

parents 68cd2e8b 9fe1ba45
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -255,4 +255,9 @@ public class SelectorWithWidgetPreference extends CheckBoxPreference {
            a.recycle();
        }
    }

    @VisibleForTesting(otherwise = VisibleForTesting.NONE)
    public View getExtraWidget() {
        return mExtraWidget;
    }
}