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

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

Change-Id: I7969cfef79133979c5b738496ec2a7c2360e9f11
parents ef2a04ad 57854d3b
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) {