Loading packages/SystemUI/plugin/src/com/android/systemui/plugins/NavigationEdgeBackPlugin.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); } } Loading
packages/SystemUI/plugin/src/com/android/systemui/plugins/NavigationEdgeBackPlugin.java +1 −2 Original line number Diff line number Diff line Loading @@ -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); } }