mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 11:15:10 +00:00
fixed build again
This commit is contained in:
parent
e47c067b1b
commit
aee370aa5f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class HomeFragment : Home() {
|
|||
when (intent.action) {
|
||||
MICROG_DOWNLOADED -> {
|
||||
view?.findViewById<ProgressBar>(R.id.microg_installing)?.visibility = View.VISIBLE
|
||||
activity?.let { installApp(it, it.filesDir.path + "/microg.apk", "com.mgoogle.android.gms") }
|
||||
//activity?.let { installApp(it, it.filesDir.path + "/microg.apk", "com.mgoogle.android.gms") }
|
||||
}
|
||||
VANCED_DOWNLOADED -> {
|
||||
view?.findViewById<ProgressBar>(R.id.vanced_installing)?.visibility = View.VISIBLE
|
||||
|
|
Loading…
Reference in a new issue