bug fixes

This commit is contained in:
X1nto 2020-06-20 19:11:38 +04:00
parent 4d60373c89
commit f3f3d93a17
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class HomeFragment : Home() {
//val signatureStatus = getDefaultSharedPreferences(activity).getString("signature_status", "unavailable")
registerReceivers()
if (variantPref == "noot") {
if (variantPref == "root") {
attachRootChangelog()
} else
attachNonrootChangelog()