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

Commit 39a25720 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge "Fix cancel condition of ImeJankTracker" into main

parents 0be4f784 58d0d259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -737,7 +737,7 @@ public interface ImeTracker {
         */
        public void onCancelAnimation(@AnimationType int animType) {
            final int cujType = getImeInsetsCujFromAnimation(animType);
            if (cujType == -1) {
            if (cujType != -1) {
                InteractionJankMonitor.getInstance().cancel(cujType);
            }
        }