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

Commit d562e751 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: I09189aa824b36a1de75a58515e2992b9b33e5e9b
parents ccbe8239 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) {