mirror of
https://github.com/YTVanced/VancedManager
synced 2024-12-02 15:57:26 +00:00
bug fixes
This commit is contained in:
parent
4d60373c89
commit
f3f3d93a17
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class HomeFragment : Home() {
|
||||||
//val signatureStatus = getDefaultSharedPreferences(activity).getString("signature_status", "unavailable")
|
//val signatureStatus = getDefaultSharedPreferences(activity).getString("signature_status", "unavailable")
|
||||||
registerReceivers()
|
registerReceivers()
|
||||||
|
|
||||||
if (variantPref == "noot") {
|
if (variantPref == "root") {
|
||||||
attachRootChangelog()
|
attachRootChangelog()
|
||||||
} else
|
} else
|
||||||
attachNonrootChangelog()
|
attachNonrootChangelog()
|
||||||
|
|
Loading…
Reference in a new issue