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

Commit f6578b73 authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

Fix scroll issue when going from Display->Ambient Display to Moves.

am: 2f92d751

Change-Id: I2854643c20fd1136a2d789dc96fa24018042f71b
parents f4f56407 2f92d751
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,13 +82,13 @@
                android:key="doze"
                android:title="@string/doze_title"
                android:summary="@string/doze_summary" >
                <extra android:name="gesture_scroll_to_preference"
                       android:value="gesture_pick_up_and_nudge" />
                <intent
                    android:targetPackage="com.android.settings"
                    android:targetClass="com.android.settings.Settings$GestureSettingsActivity" >
                    <extra android:name="show_drawer_menu"
                           android:value="true" />
                    <extra android:name="gesture_scroll_to_preference"
                           android:value="gesture_pick_up_and_nudge" />
                </intent>
        </PreferenceScreen>