Merge "Allowing activity visible behind translucent adjacent TaskFragments" into sc-v2-dev
This commit is contained in:
@@ -119,8 +119,12 @@ class EnsureActivitiesVisibleHelper {
|
|||||||
|
|
||||||
if (adjacentTaskFragments != null && adjacentTaskFragments.contains(
|
if (adjacentTaskFragments != null && adjacentTaskFragments.contains(
|
||||||
childTaskFragment)) {
|
childTaskFragment)) {
|
||||||
// Everything behind two adjacent TaskFragments are occluded.
|
if (!childTaskFragment.isTranslucent(starting)
|
||||||
mBehindFullyOccludedContainer = true;
|
&& !childTaskFragment.getAdjacentTaskFragment().isTranslucent(
|
||||||
|
starting)) {
|
||||||
|
// Everything behind two adjacent TaskFragments are occluded.
|
||||||
|
mBehindFullyOccludedContainer = true;
|
||||||
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user