Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment