0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-22 03:05:11 +00:00

moved splash screen activity to parent dir

This commit is contained in:
X1nto 2021-04-17 13:24:06 +04:00
parent af3937e23f
commit c1770e2217
2 changed files with 2 additions and 4 deletions

View file

@ -43,7 +43,7 @@
<!-- Only because MANAGE_EXTERNAL_STORAGE is not available in android Q -->
<activity
android:name=".ui.core.SplashScreenActivity"
android:name=".ui.SplashScreenActivity"
android:label="@string/app_name"
android:theme="@style/SplashTheme">
<intent-filter>

View file

@ -1,11 +1,9 @@
package com.vanced.manager.ui.core
package com.vanced.manager.ui
import android.content.Intent
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import androidx.preference.PreferenceManager.getDefaultSharedPreferences
import com.vanced.manager.ui.MainActivity
import com.vanced.manager.ui.WelcomeActivity
class SplashScreenActivity : AppCompatActivity() {