mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Updates for change in Mojom dart enum generation
This commit is contained in:
parent
12435be0ce
commit
5b8443e440
@ -113,7 +113,7 @@ class MineDiggerApp extends App {
|
||||
probe(ix, iy);
|
||||
},
|
||||
onLongPress: () {
|
||||
userFeedback.performHapticFeedback(HapticFeedbackType_LONG_PRESS);
|
||||
userFeedback.performHapticFeedback(HapticFeedbackType.LONG_PRESS);
|
||||
flag(ix, iy);
|
||||
},
|
||||
child: new Listener(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user