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

Commit 72a94e9f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Assist gesture setting should not be available on unsupported devices" into oc-dr1-dev

parents 32a85682 1db30b77
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