mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make debugIsVisible work.
Turns out it was always returning true (visible).
This commit is contained in:
parent
f0ce2de9b5
commit
8b9ffca8d1
@ -97,7 +97,7 @@ class OverlayState extends State<Overlay> {
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
if (entry.opaque)
|
||||
if (candidate.opaque)
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user