fixed build

This commit is contained in:
X1nto 2020-07-05 17:11:34 +04:00
parent 1ba1d7f570
commit a5475985df
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class HomeFragment : Home() {
attachRootChangelog() attachRootChangelog()
else { else {
attachNonrootChangelog() attachNonrootChangelog()
if (!viewModel.microgInstalled) { if (!viewModel.microgInstalled.value!!) {
disableVancedButton() disableVancedButton()
} }
} }