Merge pull request #4141 from 21pages/fix

android synchronized stopCapture
This commit is contained in:
RustDesk
2023-04-21 11:06:22 +08:00
committed by GitHub

View File

@@ -384,6 +384,7 @@ class MainService : Service() {
return true return true
} }
@Synchronized
fun stopCapture() { fun stopCapture() {
Log.d(logTag, "Stop Capture") Log.d(logTag, "Stop Capture")
setFrameRawEnable("video",false) setFrameRawEnable("video",false)