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

Commit 124e9c81 authored by YoungJoon Yang's avatar YoungJoon Yang
Browse files

Remove the default impl of setTriggerBack

Bug: 247883311
Test: build success
Change-Id: I9cd535e84dc1eea40617485a5deb2744c3451e9b
parent c92260f2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ public interface NavigationEdgeBackPlugin extends Plugin {
         *
         * @param triggerBack if back will be triggered in current state.
         */
        // TODO(b/247883311): Remove default impl once SwipeBackGestureHandler overrides this.
        default void setTriggerBack(boolean triggerBack) {}
        void setTriggerBack(boolean triggerBack);
    }
}