mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-27 05:23:00 +00:00
fixed build
This commit is contained in:
parent
b015ff4061
commit
195c82874f
2 changed files with 1 additions and 14 deletions
|
@ -38,8 +38,7 @@
|
|||
</activity>
|
||||
<activity
|
||||
android:name=".ui.MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/DarkTheme.Blue" />
|
||||
android:label="@string/app_name" />
|
||||
|
||||
<meta-data
|
||||
android:name="preloaded_fonts"
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
package com.vanced.manager.core.base
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import androidx.appcompat.app.AlertDialog
|
||||
import com.vanced.manager.ui.core.ThemedActivity
|
||||
|
||||
@SuppressLint("Registered")
|
||||
open class BaseActivity: ThemedActivity() {
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue