mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 09:01:04 +03:00
Merge pull request #4141 from 21pages/fix
android synchronized stopCapture
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user