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

Unverified Commit 6a55b9db authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! Implement edge long swipe gesture

Change-Id: I6fbdd1ef91e8fa2bbcb13753e9e1ed7d3b8e14f0
parent 90b341ae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ public interface NavigationEdgeBackPlugin extends Plugin {
         *
         * @param triggerLongSwipe if long swipe will be triggered in current state.
         */
        // TODO(b/247883311): Remove default impl once SwipeBackGestureHandler overrides this.
        default void setTriggerLongSwipe(boolean triggerLongSwipe) {}
        void setTriggerLongSwipe(boolean triggerLongSwipe);
    }
}