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

Commit e183503e authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Reduce log level of log line in BackAnimationController" into main

parents 0f3b8559 7460a66f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -646,7 +646,7 @@ public class BackAnimationController implements RemoteCallable<BackAnimationCont

    private void tryDispatchOnBackCancelled(IOnBackInvokedCallback callback) {
        if (!mOnBackStartDispatched) {
            Log.e(TAG, "Skipping dispatching onBackCancelled. Start was never dispatched.");
            Log.d(TAG, "Skipping dispatching onBackCancelled. Start was never dispatched.");
            return;
        }
        if (callback == null) {