mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-05 21:07:20 +01:00
fix the app package name at splash screen
This commit is contained in:
parent
df3a0724d4
commit
52cdae6776
@ -4,7 +4,7 @@ import android.content.Intent
|
||||
import com.simplemobiletools.commons.activities.BaseSplashActivity
|
||||
|
||||
class SplashActivity : BaseSplashActivity() {
|
||||
override fun getAppPackageName() = "-1"
|
||||
override fun getAppPackageName() = packageName
|
||||
|
||||
override fun initActivity() {
|
||||
startActivity(Intent(this, MainActivity::class.java))
|
||||
|
Loading…
Reference in New Issue
Block a user