OSDN Git Service

Fix for Activity Transitions restoring views bug.
authorGeorge Mount <mount@google.com>
Mon, 4 Jan 2016 22:56:08 +0000 (14:56 -0800)
committerGeorge Mount <mount@google.com>
Fri, 8 Jan 2016 16:29:25 +0000 (08:29 -0800)
commitd7d0fb3e65f993ae02d71388dc616b467639cd8d
treedf657fc9db8fb6b30eda973be61e083397b7df7d
parent587c19c939eee837a83903d81a82a983c25c3612
Fix for Activity Transitions restoring views bug.

Bug 26426496

When finish() came immediately after finishAfterTransition(),
the Views of the reentering Activity would not be restored
properly. This forces the entering Views to show if they
aren't already transitioning in.

Change-Id: If3ab37be8eb5dd3d7649db75385adb9fa214cb4c
core/java/android/app/ActivityTransitionState.java
core/java/android/app/EnterTransitionCoordinator.java