OSDN Git Service

Fix "blink" when going "back" quickly after entering Activity.
authorGeorge Mount <mount@google.com>
Wed, 30 Apr 2014 23:59:31 +0000 (16:59 -0700)
committerGeorge Mount <mount@google.com>
Wed, 30 Apr 2014 23:59:31 +0000 (16:59 -0700)
commit1a5b294d399c95e656c9ad1aebbc09d6c384be41
tree3e4f50e8df55066fdb438ac2c5fc8b3de4ce0e8c
parentdbe2aed24f2eb9753f8f0b6a6bea731489ee12f0
Fix "blink" when going "back" quickly after entering Activity.

Bug 14445508

Activity Transitions would occasionally blink to black when
going "back." This was caused because the convertToTranslucent
callback was slow to come and could occur during the exit
transition while going back.

Change-Id: I17db25197926399dc22b50c595416dfa7b32b026
core/java/android/app/EnterTransitionCoordinator.java