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

Commit c528013b authored by joshmccloskey's avatar joshmccloskey Committed by android-build-merger
Browse files

Merge "Increased toggling area" into qt-r1-dev am: a854373b

am: 388b26d4

Change-Id: I8deab601444497676d929704637613ab824d19e4
parents 3480ab1c 388b26d4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -161,6 +161,10 @@ public class FaceEnrollEducation extends BiometricEnrollBase {

        if (accessibilityEnabled) {
            accessibilityButton.callOnClick();
            mSwitchDiversity.setClickable(true);
            mSwitchDiversity.setOnClickListener(v -> {
                mSwitchDiversity.getSwitch().toggle();
            });
        }
    }