Make debugIsVisible work.
Turns out it was always returning true (visible).
This commit is contained in:
@@ -97,7 +97,7 @@ class OverlayState extends State<Overlay> {
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
if (entry.opaque)
|
||||
if (candidate.opaque)
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user