Commit 22f5745d by 徐健

backup

parent 661a8c54
...@@ -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", "m-consultant" : "0.0.56",
"m-fm" : "0.0.28", "m-fm" : "0.0.28",
"m-user" : "0.0.53", "m-user" : "0.0.54",
"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",
......
...@@ -109,5 +109,6 @@ class SecretActivity : BaseActivity() { ...@@ -109,5 +109,6 @@ class SecretActivity : BaseActivity() {
UserHelper.getUsetSetting()?.lastVersionCode = RxAppTool.getAppVersionCode(BaseApp.getApp()) UserHelper.getUsetSetting()?.lastVersionCode = RxAppTool.getAppVersionCode(BaseApp.getApp())
SharedPreferencesEditor.putString("hasAgreeSecret", "true") SharedPreferencesEditor.putString("hasAgreeSecret", "true")
setResult(SECRET_PAGE_REQUEST_OK_CODE) setResult(SECRET_PAGE_REQUEST_OK_CODE)
finish()
} }
} }
\ No newline at end of file
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