Skip to content

Commit 86c7f66

Browse files
committed
【ID869532311】App数据隐私合规检测风险问题修复-忘记密码去掉隐私政策的勾选交互
http://tapd.oa.com/NEW_IOT/prong/stories/view/1020393192869532311 Change-Id: I2de2a40b5e8f0f6fb2acceae4feddcfb836b7e04
1 parent c9dcdce commit 86c7f66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/java/com/tencent/iot/explorer/link/kitlink/activity/ForgotPasswordActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class ForgotPasswordActivity : PActivity(), ForgotPasswordView, View.OnClickList
6161
false -> showEmailForgot()
6262
}
6363
}
64-
65-
formatTipText()
64+
iv_register_agreement.visibility = View.INVISIBLE
65+
// formatTipText()
6666
}
6767

6868
private fun initViewPager() {

app/src/main/res/layout/activity_forgot_password.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
android:text="@string/register_get_code"
9090
android:textColor="@color/white"
9191
android:textSize="@dimen/ts_16"
92-
app:layout_constraintTop_toBottomOf="@+id/tv_register_tip_click" />
92+
app:layout_constraintTop_toBottomOf="@+id/vp_forgot" />
9393

9494
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)