mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-27 05:23:00 +00:00
testing
This commit is contained in:
parent
70affaefda
commit
b1e6b0d1b2
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@
|
|||
</activity>
|
||||
<activity
|
||||
android:name=".ui.MainActivity"
|
||||
android:label="@string/app_name" />
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.MaterialComponents"/>
|
||||
|
||||
<meta-data
|
||||
android:name="preloaded_fonts"
|
||||
|
|
|
@ -15,7 +15,7 @@ import com.vanced.manager.utils.MiuiHelper
|
|||
object DialogContainer {
|
||||
|
||||
fun showSecurityDialog(context: Context) {
|
||||
AlertDialog.Builder(context)
|
||||
AlertDialog.Builder(context, R.style.ThemeOverlay_AppCompat_Dialog_Alert)
|
||||
.setTitle(context.resources.getString(R.string.welcome))
|
||||
.setMessage(context.resources.getString(R.string.security_context))
|
||||
.setCancelable(false)
|
||||
|
|
Loading…
Reference in a new issue