OSDN Git Service

Fix problem where launcher doesn't draw after rotation w/ translucent activity above it
authorAdam Cohen <adamcohen@google.com>
Thu, 19 Jun 2014 21:50:51 +0000 (14:50 -0700)
committerAdam Cohen <adamcohen@google.com>
Thu, 19 Jun 2014 21:54:51 +0000 (14:54 -0700)
commitdb78dc8a0aeac2e18c995ed5b7e92b963fca18e5
tree5fc78515de709afdbf17efc869d36ac741a3932f
parente25c5d1c94949044c4cd7416f60ea0dc12dadc8d
Fix problem where launcher doesn't draw after rotation w/ translucent activity above it

-> Removed some code which caused this. The code was intended to fix a certain issue:
"Fixing issue where we were reverting to the first page of the workspace after
launching an application from all apps, rotating, and returning home"
-> That bug doesn't seem to occur anymore, even with the revert
-> See https://googleplex-android-review.googlesource.com/#/c/209561/1

issue 11808251

Change-Id: I14ada19a294d2e5139a9e650d55f1cd985dd00d3
src/com/android/launcher3/Launcher.java