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

Commit 9fe1ba45 authored by Matías Hernández's avatar Matías Hernández
Browse files

Allow access to the SelectorWithWidgetPreference's widget, for testing

Bug: 371513451
Test: N/A, tested in ZenModePrioritySendersPreferenceControllerTest
Flag: EXEMPT trivial
Change-Id: I74cae2ec2d32c1528d901e4493cdc7d2f1ef8e79
parent 93be8227
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;
    }
}