no message
This commit is contained in:
parent
3a6e220f5e
commit
3666bea6bd
|
|
@ -416,7 +416,7 @@ class _HandwritingDrawBoxState extends ConsumerState<HandwritingDrawBox> with Ev
|
||||||
var _model = (e as PlaybackSpeedBus);
|
var _model = (e as PlaybackSpeedBus);
|
||||||
speed = _model.speed;
|
speed = _model.speed;
|
||||||
toGoPause(); // 先暂停再重新播放
|
toGoPause(); // 先暂停再重新播放
|
||||||
toGoPlay(); // 重新播放
|
dragProgressBarInitData(handwritingTime, handwritingDuration);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
|
|
@ -506,8 +506,8 @@ class _HandwritingDrawBoxState extends ConsumerState<HandwritingDrawBox> with Ev
|
||||||
|
|
||||||
pendingData = waitingExecution;
|
pendingData = waitingExecution;
|
||||||
ref.read(jobHandwritingDrawingTrajectoryProvider.notifier).setVal(executeImmediately);
|
ref.read(jobHandwritingDrawingTrajectoryProvider.notifier).setVal(executeImmediately);
|
||||||
eventFire(model: JobHandwritingPlaybarBus(true));
|
|
||||||
}
|
}
|
||||||
|
eventFire(model: JobHandwritingPlaybarBus(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> zhixinCall(GestureHandwritingRecording e) async {
|
Future<void> zhixinCall(GestureHandwritingRecording e) async {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue