mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 13:41:02 +03: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