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
commit f89455f31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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