添加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
|
intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TASK
|
||||||
startActivity(intent)
|
startActivity(intent)
|
||||||
finish()
|
finish()
|
||||||
|
//1
|
||||||
} else {
|
} else {
|
||||||
Toast.makeText(this@LoginActivity, response.msg, Toast.LENGTH_SHORT).show()
|
Toast.makeText(this@LoginActivity, response.msg, Toast.LENGTH_SHORT).show()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user