Unverified Commit 10cf84f7 authored by Dan Field's avatar Dan Field Committed by GitHub

Kill stale TODO (#37516)

parent 920961ab
...@@ -243,9 +243,6 @@ class FlutterDriverExtension { ...@@ -243,9 +243,6 @@ class FlutterDriverExtension {
/// Runs `finder` repeatedly until it finds one or more [Element]s. /// Runs `finder` repeatedly until it finds one or more [Element]s.
Future<Finder> _waitForElement(Finder finder) async { Future<Finder> _waitForElement(Finder finder) async {
// TODO(mravn): This method depends on async execution. A refactoring
// for sync-async semantics is tracked in https://github.com/flutter/flutter/issues/16801.
await Future<void>.value(null);
if (_frameSync) if (_frameSync)
await _waitUntilFrame(() => SchedulerBinding.instance.transientCallbackCount == 0); await _waitUntilFrame(() => SchedulerBinding.instance.transientCallbackCount == 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment