await future in ThermionListenerWidget
This commit is contained in:
@@ -228,7 +228,7 @@ class _MobileListenerWidgetState extends State<_MobileListenerWidget> {
|
|||||||
));
|
));
|
||||||
},
|
},
|
||||||
onScaleEnd: (details) async {
|
onScaleEnd: (details) async {
|
||||||
widget.inputHandler
|
await widget.inputHandler
|
||||||
.handle(ScaleEndEvent(numPointers: details.pointerCount));
|
.handle(ScaleEndEvent(numPointers: details.pointerCount));
|
||||||
},
|
},
|
||||||
child: widget.child);
|
child: widget.child);
|
||||||
|
|||||||
Reference in New Issue
Block a user