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

Commit b07f1071 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: b2bcff67

Change-Id: I700ebe857de98fc6514e6842ae05c4afb04cf14e
parents d04ecf01 b2bcff67
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) {