Commit 49b3a2bb by YKai

feat:一键登录代码优化

parent f88f22e3
......@@ -204,8 +204,6 @@ object OneKeyLoginHelp {
.setAppPrivacyColor(Color.parseColor("#999999"), Color.parseColor("#1da1f2"))
.setCheckboxHidden(true) // 设置是否同意协议的checkbox隐藏
.setPrivacyBefore("登录即代表您同意")
// .setVendorPrivacyPrefix("《")
// .setVendorPrivacySuffix("》")
.setScreenOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT) // 设置竖屏
.setAuthPageActIn("in_activity", "out_activity")
.setAuthPageActOut("in_activity", "out_activity")
......@@ -254,8 +252,6 @@ object OneKeyLoginHelp {
.setAppPrivacyColor(Color.parseColor("#999999"), Color.parseColor("#1da1f2"))
.setCheckboxHidden(true) // 设置是否同意协议的checkbox隐藏
.setPrivacyBefore("登录即代表您同意")
// .setVendorPrivacyPrefix("《")
// .setVendorPrivacySuffix("》")
.setDialogHeight(dialogHeight)
.setDialogBottom(true)
.setScreenOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT) // 设置竖屏
......
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