0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-22 11:15:10 +00:00

fixed build again

This commit is contained in:
X1nto 2020-07-02 18:50:02 +04:00
parent e47c067b1b
commit aee370aa5f

View file

@ -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