OSDN Git Service

Fix Activity Transition mess-up.
authorGeorge Mount <mount@google.com>
Thu, 26 May 2016 16:52:53 +0000 (09:52 -0700)
committerGeorge Mount <mount@google.com>
Thu, 26 May 2016 17:06:35 +0000 (10:06 -0700)
commitf43ea5d4d2286a9b00435893f7528255a898d4d7
tree4ed5b2e03442ff9b4d5421206d80297d3520be6e
parent5c9444216d187ec2126fdd200e499a1fb3f6ee62
Fix Activity Transition mess-up.

Bug 28610520

isTopOfTask() was returns false in onResume always because
it wasn't being made visible until after onResume. The visibility
of the window is not important for this method (older versions
didn't check it at all), so that was removed.

Change-Id: I45e506e72356cc3808e2e9340739726c99da7d97
core/java/android/app/Activity.java