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

Commit 13025d7a authored by Michał Brzeziński's avatar Michał Brzeziński
Browse files

Rename gesture_blocking_activities to back_gesture_blocking_activities

This is to make it more clear that this is only for the back gesture.

Bug: 309928033
Flag: None, just renaming resource
Test: just renaming resource
Change-Id: Id48fada3bc3b6bc91b80337def3bddcdd40dde3c
parent 0b1524e0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,8 +17,7 @@
    <string name="overscroll_plugin_factory_class" translatable="false" />
    <string name="task_overlay_factory_class" translatable="false"/>

    <!-- Activities which block home gesture -->
    <string-array name="gesture_blocking_activities" translatable="false">
    <string-array name="back_gesture_blocking_activities" translatable="false">
        <item>com.android.launcher3/com.android.quickstep.interaction.GestureSandboxActivity</item>
    </string-array>