Skip to content

Commit

Permalink
Allow 'Remote drag' action for one-finger swipe
Browse files Browse the repository at this point in the history
Re: 137
  • Loading branch information
gujjwal00 committed Feb 18, 2023
1 parent ae31db2 commit 68af560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@
<item>@string/pref_gesture_action_none</item>
<item>@string/pref_gesture_action_pan</item>
<item>@string/pref_gesture_action_remote_scroll</item>
<item>@string/pref_gesture_action_remote_drag</item>
</string-array>
<string-array name="swipe1_action_values">
<item>none</item>
<item>pan</item>
<item>remote-scroll</item>
<item>remote-drag</item>
</string-array>

<string-array name="swipe2_action_entries">
Expand Down

0 comments on commit 68af560

Please sign in to comment.