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

Commit 2a36de16 authored by Matthew Ng's avatar Matthew Ng
Browse files

Lowered the edge swipe threshold for better detection

Test: manual
Bug: 112934365
Change-Id: If3b586631d97599c5c6e38836ffdad17e81730f1
parent 96dc1638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    <!-- Minimum swipe distance to catch the swipe gestures to invoke assist or switch tasks. -->
    <dimen name="navigation_bar_min_swipe_distance">48dp</dimen>
    <!-- The distance from a side of device of the navigation bar to start an edge swipe -->
    <dimen name="navigation_bar_edge_swipe_threshold">60dp</dimen>
    <dimen name="navigation_bar_edge_swipe_threshold">48dp</dimen>

    <!-- thickness (height) of the dead zone at the top of the navigation bar,
         reducing false presses on navbar buttons; approx 2mm -->