Commit ecf4b437 by 徐健

backup

parent fecb048e
...@@ -45,7 +45,7 @@ ext { ...@@ -45,7 +45,7 @@ ext {
"m-confide" : "0.0.47", "m-confide" : "0.0.47",
"m-consultant" : "0.0.56.1", "m-consultant" : "0.0.56.1",
"m-fm" : "0.0.28", "m-fm" : "0.0.28",
"m-user" : "0.0.54", "m-user" : "0.0.55",
"m-home" : "0.0.18", "m-home" : "0.0.18",
"m-im" : "0.0.11", "m-im" : "0.0.11",
"m-dynamic" : "0.0.5.1", "m-dynamic" : "0.0.5.1",
......
...@@ -65,6 +65,7 @@ class SecretActivity : BaseActivity() { ...@@ -65,6 +65,7 @@ class SecretActivity : BaseActivity() {
secretDialog = SecretDialog(this, object : SecretDialog.OnSecretDialogListener { secretDialog = SecretDialog(this, object : SecretDialog.OnSecretDialogListener {
override fun onCancel() { override fun onCancel() {
setResult(SECRET_PAGE_REQUEST_FAILURE_CODE) setResult(SECRET_PAGE_REQUEST_FAILURE_CODE)
finish()
} }
override fun onSure() { override fun onSure() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment