UI update

This commit is contained in:
Tommaso Berlose
2021-01-05 17:53:00 +01:00
parent 2aed9e3b25
commit e12e908496
40 changed files with 1660 additions and 1206 deletions

View File

@ -88,4 +88,7 @@ class MainViewModel : ViewModel() {
val showWallpaper = Preferences.asLiveData(Preferences::showWallpaper)
val showPreview = Preferences.asLiveData(Preferences::showPreview)
val installedIntegrations = Preferences.asLiveData(Preferences::installedIntegrations)
// UI
val fragmentScrollY = MutableLiveData<Int>()
}