修复登录按钮需要点两次才有反应

调整首页UI顶部对齐
This commit is contained in:
2023-11-29 15:51:43 +08:00
parent b314d9ebbe
commit 0fbba13ba5
6 changed files with 18 additions and 8 deletions

View File

@@ -28,7 +28,8 @@ public class ViewClicksAntiShake {
.subscribe(new Observer<Unit>() {
@Override
public void onSubscribe(Disposable d) {
if (callBack != null)
callBack.onViewClicks();
}
@Override