Merge "Post finishing after transition in onBackPressed" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
57854d3b90
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user