Merge pull request #4141 from 21pages/fix
android synchronized stopCapture
This commit is contained in:
commit
f89455f31d
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user