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

Commit fb531d14 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9883365 from b3d00601 to tm-qpr3-release

Change-Id: Ic26f368001455831f88f4a348e1d32276f9b9ec6
parents 04862172 b3d00601
Loading
Loading
Loading
Loading
+1057 −1446

File changed.

Preview size limit exceeded, changes collapsed.

+3 −332

File changed.

Preview size limit exceeded, changes collapsed.

+1591 −2010

File changed.

Preview size limit exceeded, changes collapsed.

+4 −404

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -291,6 +291,7 @@ public class WindowOnBackInvokedDispatcher implements OnBackInvokedDispatcher {
                mProgressAnimator.reset();
                final OnBackInvokedCallback callback = mCallback.get();
                if (callback == null) {
                    Log.d(TAG, "Trying to call onBackInvoked() on a null callback reference.");
                    return;
                }
                callback.onBackInvoked();
Loading