Unverified Commit 0dc10deb authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Fix tree (#67751)

parent 793678d5
......@@ -836,7 +836,7 @@ void main() {
if (gesture != null)
return gesture.removePointer();
});
await gesture!.addPointer();
await gesture.addPointer();
await gesture.moveTo(const Offset(1.0, 1.0));
await tester.pump();
await gesture.moveTo(Offset.zero);
......
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