[Update]调整交互和修复键盘Bug
This commit is contained in:
@@ -63,7 +63,7 @@ object CallerAutoPilotManager {
|
||||
providerApi.setIsWriteLog(isWriteLog)
|
||||
}
|
||||
|
||||
fun setAutoPilotSpeed(speed: Int) {
|
||||
providerApi.setAutoPilotSpeed(speed)
|
||||
fun setAutoPilotSpeed(speed: Int): Boolean {
|
||||
return providerApi.setAutoPilotSpeed(speed)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user