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

Commit 403ddd1c authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Disable config_doubleTapPowerGestureEnabled on Wear

Wear already has a logic to handle double-press gestures, and this
feature is causing a bug that broke the double-press gesture.

Bug: 383741494
Test: manual
Flag: EXEMPT xml change only
Change-Id: I99e4fdb6b8e78332810d060871931e7bd908e0db
parent b46969e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -100,4 +100,7 @@
    <!-- Whether to enable scaling and fading animation to scrollviews while scrolling.
         P.S this is a change only intended for wear devices. -->
    <bool name="config_enableViewGroupScalingFading">true</bool>

    <!-- Allow the gesture to double tap the power button to trigger a target action. -->
    <bool name="config_doubleTapPowerGestureEnabled">false</bool>
</resources>