mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-03-06 12:37:44 +01:00
Make context
private in MyCameraImpl
This commit is contained in:
parent
b290fd0502
commit
82c4acc96f
@ -15,7 +15,7 @@ import kotlinx.coroutines.flow.asSharedFlow
|
||||
import kotlinx.coroutines.flow.asStateFlow
|
||||
import kotlinx.coroutines.launch
|
||||
|
||||
class MyCameraImpl private constructor(val context: Context, private var cameraTorchListener: CameraTorchListener? = null) {
|
||||
class MyCameraImpl private constructor(private val context: Context, private var cameraTorchListener: CameraTorchListener? = null) {
|
||||
var stroboFrequency = 1000L
|
||||
|
||||
companion object {
|
||||
|
Loading…
x
Reference in New Issue
Block a user