am 09325627: am 245b58d6: am baf2c7a4: Merge "[ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager"
* commit '093256279c308fd3cad290a1b01c5d313bace8af': [ActivityManager]: Fix the activity visibility state not sync between ActivityManager and WindowManager
This commit is contained in:
@@ -1094,6 +1094,7 @@ final class ActivityStack {
|
|||||||
if (!r.visible) {
|
if (!r.visible) {
|
||||||
if (DEBUG_VISBILITY) Slog.v(
|
if (DEBUG_VISBILITY) Slog.v(
|
||||||
TAG, "Starting and making visible: " + r);
|
TAG, "Starting and making visible: " + r);
|
||||||
|
r.visible = true;
|
||||||
mWindowManager.setAppVisibility(r.appToken, true);
|
mWindowManager.setAppVisibility(r.appToken, true);
|
||||||
}
|
}
|
||||||
if (r != starting) {
|
if (r != starting) {
|
||||||
|
|||||||
Reference in New Issue
Block a user