mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 01:11:27 +03:00
fix init app not found id,change ffi from MainActivity to MainService,add boot service but not open
This commit is contained in:
@@ -228,9 +228,8 @@ toAndroidChannelInit() {
|
||||
}
|
||||
case "start_capture":
|
||||
{
|
||||
var peerID = call.arguments["peerID"] as String;
|
||||
var name = call.arguments["name"] as String;
|
||||
ServerPage.serverModel.setPeer(true, name: name, id: peerID);
|
||||
clearLoginReqAlert();
|
||||
ServerPage.serverModel.updateClientState();
|
||||
break;
|
||||
}
|
||||
case "stop_capture":
|
||||
|
||||
Reference in New Issue
Block a user