Merge "Increased toggling area" into qt-r1-dev am: a854373bee
am: 388b26d4d5
Change-Id: I8deab601444497676d929704637613ab824d19e4
This commit is contained in:
@@ -161,6 +161,10 @@ public class FaceEnrollEducation extends BiometricEnrollBase {
|
|||||||
|
|
||||||
if (accessibilityEnabled) {
|
if (accessibilityEnabled) {
|
||||||
accessibilityButton.callOnClick();
|
accessibilityButton.callOnClick();
|
||||||
|
mSwitchDiversity.setClickable(true);
|
||||||
|
mSwitchDiversity.setOnClickListener(v -> {
|
||||||
|
mSwitchDiversity.getSwitch().toggle();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user