await future in ThermionListenerWidget

This commit is contained in:
Nick Fisher
2025-05-13 16:42:50 +08:00
parent 6135c5eecc
commit cff0893d53

View File

@@ -228,7 +228,7 @@ class _MobileListenerWidgetState extends State<_MobileListenerWidget> {
));
},
onScaleEnd: (details) async {
widget.inputHandler
await widget.inputHandler
.handle(ScaleEndEvent(numPointers: details.pointerCount));
},
child: widget.child);