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

Commit 9fde3fe2 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Assist gesture setting should not be available on unsupported devices"...

Merge "Assist gesture setting should not be available on unsupported devices" into oc-dr1-dev am: 72a94e9f
am: 408efb26

Change-Id: I696511821f64f7bc09819cf1d45374125b7905c0
parents d9f978af 408efb26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ public class AssistGesturePreferenceController extends GesturePreferenceControll
        mPreference = screen.findPreference(getPreferenceKey());
        if (!mFeatureProvider.isSupported(mContext)) {
            mScreen.removePreference(mPreference);
            removePreference(mScreen, getPreferenceKey());
            return;
        }
        // Call super last or AbstractPreferenceController might remove the preference from the