mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
parent
7f2915d331
commit
528d507a53
@ -168,6 +168,9 @@ class _FlutterDriverExtension {
|
||||
subscription = _onFrameReady.listen((Duration duration) {
|
||||
if (finder.precache()) {
|
||||
subscription.cancel();
|
||||
// TODO(goderbauer): Remove workaround for https://github.com/flutter/flutter/issues/7433
|
||||
Timer.run(() {});
|
||||
// end workaround
|
||||
completer.complete(finder);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user