updating Commons with the sideloading check

This commit is contained in:
tibbi
2019-01-24 20:44:22 +01:00
parent 37b6619e51
commit 4dc916872f
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ import android.content.Intent
import com.simplemobiletools.commons.activities.BaseSplashActivity
class SplashActivity : BaseSplashActivity() {
override fun getAppPackageName() = packageName
override fun initActivity() {
startActivity(Intent(this, MainActivity::class.java))
finish()