添加clientid和content-languag
This commit is contained in:
@@ -237,6 +237,7 @@ class LoginActivity : AppCompatActivity() {
|
||||
intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK
|
||||
startActivity(intent)
|
||||
finish()
|
||||
//1
|
||||
} else {
|
||||
Toast.makeText(this@LoginActivity, response.msg, Toast.LENGTH_SHORT).show()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user