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

Commit 57854d3b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Post finishing after transition in onBackPressed" into qt-dev

parents 2aa255a7 9d662c0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3681,7 +3681,7 @@ public class Activity extends ContextThemeWrapper
            ActivityTaskManager.getService().onBackPressedOnTaskRoot(mToken,
            ActivityTaskManager.getService().onBackPressedOnTaskRoot(mToken,
                    new IRequestFinishCallback.Stub() {
                    new IRequestFinishCallback.Stub() {
                        public void requestFinish() {
                        public void requestFinish() {
                            finishAfterTransition();
                            mHandler.post(() -> finishAfterTransition());
                        }
                        }
                    });
                    });
        } catch (RemoteException e) {
        } catch (RemoteException e) {