mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
fix: android w&h, refresh when no connection (#9966)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
251e1a3487
commit
f760e21ff8
@ -302,6 +302,8 @@ class MainService : Service() {
|
|||||||
stopCapture()
|
stopCapture()
|
||||||
FFI.refreshScreen()
|
FFI.refreshScreen()
|
||||||
startCapture()
|
startCapture()
|
||||||
|
} else {
|
||||||
|
FFI.refreshScreen()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user