mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
add android server chat and multi chat;update android server page
This commit is contained in:
@@ -46,7 +46,9 @@ class MainActivity : FlutterActivity() {
|
||||
when (call.method) {
|
||||
"init_service" -> {
|
||||
Log.d(logTag, "event from flutter,getPer")
|
||||
getMediaProjection()
|
||||
if(mainService?.isReady == false){
|
||||
getMediaProjection()
|
||||
}
|
||||
result.success(true)
|
||||
}
|
||||
"start_capture" -> {
|
||||
|
||||
Reference in New Issue
Block a user