mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-02 01:02:39 +00:00
fixes
This commit is contained in:
parent
152dd8548d
commit
2703851dbd
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,6 @@
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:usesCleartextTraffic="true"
|
android:usesCleartextTraffic="true"
|
||||||
android:theme="@style/LightTheme.Blue"
|
|
||||||
tools:ignore="UnusedAttribute"
|
tools:ignore="UnusedAttribute"
|
||||||
tools:replace="android:allowBackup">
|
tools:replace="android:allowBackup">
|
||||||
|
|
||||||
|
@ -38,7 +37,8 @@
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.MainActivity"
|
android:name=".ui.MainActivity"
|
||||||
android:label="@string/app_name" />
|
android:label="@string/app_name"
|
||||||
|
android:theme="@style/LightTheme.Blue"/>
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="preloaded_fonts"
|
android:name="preloaded_fonts"
|
||||||
|
|
|
@ -181,7 +181,7 @@ class HomeFragment : Home() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (variant == "Root" && viewModel.signatureStatusTxt.value != getString(R.string.signature_disabled)) {
|
if (variant == "root" && viewModel.signatureStatusTxt.value != getString(R.string.signature_disabled)) {
|
||||||
disableVancedButton(getString(R.string.signature_not_checked))
|
disableVancedButton(getString(R.string.signature_not_checked))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue