Skip to content
Snippets Groups Projects
Commit 9eecbb62 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Changed visibility of preferences arg

parent e97a3c0b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ import java.io.File
* Responsible for minimum version enforcement and initializing core app components.
*/
class ColdStartViewModel(
val preferences: PreferencesRepository
private val preferences: PreferencesRepository
) : ViewModel() {
val navigateToRegistration: LiveData<Boolean> by ::_navigateToRegistration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment