注冊入口
This commit is contained in:
parent
fc1f5f7e19
commit
abcefce415
|
|
@ -502,7 +502,7 @@ class LoginActivity : BaseActivity(), View.OnClickListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
R.id.tv_register -> {
|
R.id.tv_register -> {
|
||||||
if (!BuildConfig.is_free && BuildConfig.productId.isNotEmpty()) {
|
if (BuildConfig.is_free && BuildConfig.productId.isNotEmpty()) {
|
||||||
val intent = Intent(applicationContext, SplashActivity::class.java)
|
val intent = Intent(applicationContext, SplashActivity::class.java)
|
||||||
startActivity(intent)
|
startActivity(intent)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue