Skip to content

Commit

Permalink
fix(FoldableApplicationViewSpanningRects): remove testing hack
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev authored and jeromelaban committed Nov 15, 2021
1 parent 40b589b commit dcbcb14
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public IReadOnlyList<Rect> GetSpanningRects()
}
}

// HACK: force for testing
intersecting = true;
if (intersecting) // Occluded region overlaps the app
{
if ((int)occludedRect.X == (int)bounds.X)
Expand Down

0 comments on commit dcbcb14

Please sign in to comment.