Merge "Check task visibility vs. root task visibility" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae6d49183e
@@ -4712,7 +4712,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
|
|||||||
*/
|
*/
|
||||||
private boolean shouldBeResumed(ActivityRecord activeActivity) {
|
private boolean shouldBeResumed(ActivityRecord activeActivity) {
|
||||||
return shouldMakeActive(activeActivity) && isFocusable()
|
return shouldMakeActive(activeActivity) && isFocusable()
|
||||||
&& getRootTask().getVisibility(activeActivity) == STACK_VISIBILITY_VISIBLE
|
&& getTask().getVisibility(activeActivity) == STACK_VISIBILITY_VISIBLE
|
||||||
&& canResumeByCompat();
|
&& canResumeByCompat();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user