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

Commit bcd59289 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log top callback before wrapping in WindowOnBackInvokedDispatcher" into main

parents 22a4b30f 452f7879
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -429,6 +429,7 @@ public class WindowOnBackInvokedDispatcher implements OnBackInvokedDispatcher {
                        callback instanceof OnBackAnimationCallback,
                        overrideAnimation);
            }
            Log.d(TAG, "setTopOnBackInvokedCallback (unwrapped): " + callback);
            mWindowSession.setOnBackInvokedCallbackInfo(mWindow, callbackInfo);
        } catch (RemoteException e) {
            Log.e(TAG, "Failed to set OnBackInvokedCallback to WM. Error: " + e);