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

am: 57854d3b90

Change-Id: I7969cfef79133979c5b738496ec2a7c2360e9f11
This commit is contained in:
Mady Mellor
2019-06-04 18:34:24 -07:00
committed by android-build-merger

View File

@@ -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) {