[BugFix]修复发红包支付密码弹出手机自带键盘的bug
This commit is contained in:
@@ -57,6 +57,10 @@ public class GiveGoldPasswordView extends RelativeLayout {
|
|||||||
tvRate = findViewById(R.id.tv_rate);
|
tvRate = findViewById(R.id.tv_rate);
|
||||||
//打乱数字的位置
|
//打乱数字的位置
|
||||||
//mKeyboard.shuffleKeyboard();
|
//mKeyboard.shuffleKeyboard();
|
||||||
|
|
||||||
|
mPassword.setOnClickListener(view -> {
|
||||||
|
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initEvent() {
|
private void initEvent() {
|
||||||
|
Reference in New Issue
Block a user