Unverified Commit 95387c66 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Fix field cleared by TestWindow.clearGestureSettingsTestValue (#121956)

parent f2f80059
...@@ -153,7 +153,7 @@ class TestWindow implements ui.SingletonFlutterWindow { ...@@ -153,7 +153,7 @@ class TestWindow implements ui.SingletonFlutterWindow {
} }
/// Deletes any existing test gesture settings and returns to using the real gesture settings. /// Deletes any existing test gesture settings and returns to using the real gesture settings.
void clearGestureSettingsTestValue() { void clearGestureSettingsTestValue() {
_paddingTestValue = null; _gestureSettings = null;
onMetricsChanged?.call(); onMetricsChanged?.call();
} }
......
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