fix unresolved reference: remove unused settingsRepo from CaptureViewModel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,6 @@ data class CaptureUiState(
|
|||||||
class CaptureViewModel(app: Application) : AndroidViewModel(app) {
|
class CaptureViewModel(app: Application) : AndroidViewModel(app) {
|
||||||
|
|
||||||
private val dao = (app as SynqApp).db.captureDao()
|
private val dao = (app as SynqApp).db.captureDao()
|
||||||
private val settingsRepo = app.settings
|
|
||||||
|
|
||||||
private val _state = MutableStateFlow(CaptureUiState())
|
private val _state = MutableStateFlow(CaptureUiState())
|
||||||
val state: StateFlow<CaptureUiState> = _state.asStateFlow()
|
val state: StateFlow<CaptureUiState> = _state.asStateFlow()
|
||||||
|
|||||||
Reference in New Issue
Block a user