mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-02 01:02:39 +00:00
fixed build once again
This commit is contained in:
parent
caa56a9e14
commit
6fd2a70693
1 changed files with 0 additions and 8 deletions
|
@ -58,14 +58,6 @@ open class Home : BaseFragment() {
|
|||
|
||||
val microgVerText = view.findViewById<TextView>(R.id.microg_installed_version)
|
||||
if (microgStatus!!) {
|
||||
microginstallbtn.text = getString(R.string.installed)
|
||||
microginstallbtn.setCompoundDrawablesRelativeWithIntrinsicBounds(
|
||||
R.drawable.outline_cloud_done_24,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
)
|
||||
|
||||
val microgVer = pm.getPackageInfo("com.mgoogle.android.gms", 0).versionName
|
||||
microguninstallbtn.setOnClickListener {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue