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

Commit b7714d09 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Android (Google) Code Review
Browse files

Merge "Refactor InputConsumer selection logic into a util class" into main

parents 4ad57959 cfce4741
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationL
     * @return the interface to the activity handing the UI updates for this gesture.
     */
    public <S extends BaseState<S>, T extends RecentsViewContainer & StatefulContainer<S>>
    BaseContainerInterface getContainerInterface() {
            BaseContainerInterface<S, T> getContainerInterface() {
        return mContainerInterface;
    }

+746 −0

File added.

Preview size limit exceeded, changes collapsed.

+23 −421

File changed.

Preview size limit exceeded, changes collapsed.