mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-17 16:55:10 +00:00
fixed build
This commit is contained in:
parent
1ba1d7f570
commit
a5475985df
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class HomeFragment : Home() {
|
|||
attachRootChangelog()
|
||||
else {
|
||||
attachNonrootChangelog()
|
||||
if (!viewModel.microgInstalled) {
|
||||
if (!viewModel.microgInstalled.value!!) {
|
||||
disableVancedButton()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue