0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-17 16:55:10 +00:00

fixed build

This commit is contained in:
X1nto 2020-07-05 17:11:34 +04:00
parent 1ba1d7f570
commit a5475985df

View file

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