Merge "Fix issue with app not becoming visible" into oc-mr1-dev
am: af6a558327
Change-Id: I7c33b554fc3ea8fa074afb0eb8a0631801208e61
This commit is contained in:
@@ -1684,7 +1684,7 @@ final class ActivityRecord extends ConfigurationContainer implements AppWindowCo
|
||||
*/
|
||||
void completeResumeLocked() {
|
||||
final boolean wasVisible = visible;
|
||||
visible = true;
|
||||
setVisible(true);
|
||||
if (!wasVisible) {
|
||||
// Visibility has changed, so take a note of it so we call the TaskStackChangedListener
|
||||
mStackSupervisor.mAppVisibilitiesChangedSinceLastPause = true;
|
||||
|
||||
Reference in New Issue
Block a user