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
Unverified

View File

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