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

Commit 9d662c0f authored by Mady Mellor's avatar Mady Mellor
Browse files

Post finishing after transition in onBackPressed

Test: manual - hit back in app & bubbles & when you get a phone call in
      start up wizard
Bug: 132353272

Change-Id: I8bfb868e8e165adb2fa51b6cda1e9afe237d154c
parent d38f0d34
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) {