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

Commit 173b7ce7 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

am: b07f1071

Change-Id: I491d82d6b3f94a133008a935d67fe654400a1f5d
parents 58d6fb4f b07f1071
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) {