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

Commit db30f313 authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

Merge "Post finishing after transition in onBackPressed" into qt-dev am: 57854d3b

am: d562e751

Change-Id: I52e3d9ebaac99c47fc07186c5440054e62f1d66d
parents 01f8efbc d562e751
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3681,7 +3681,7 @@ public class Activity extends ContextThemeWrapper
            ActivityTaskManager.getService().onBackPressedOnTaskRoot(mToken,
                    new IRequestFinishCallback.Stub() {
                        public void requestFinish() {
                            finishAfterTransition();
                            mHandler.post(() -> finishAfterTransition());
                        }
                    });
        } catch (RemoteException e) {