From e191fb82a3327356453e33d386a5e4e0f48d172e Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Wed, 27 Sep 2023 17:20:29 +0800 Subject: [PATCH] =?UTF-8?q?sud=E6=B8=B8=E6=88=8F=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/yunbao/common/dialog/SudGameListPopup.java | 1 + common/src/main/res/layout/activity_sud_game.xml | 3 ++- common/src/main/res/layout/dialog_live_sud_game.xml | 1 + .../java/com/yunbao/main/views/MainHomeGameViewHolder.java | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/src/main/java/com/yunbao/common/dialog/SudGameListPopup.java b/common/src/main/java/com/yunbao/common/dialog/SudGameListPopup.java index 37cf42b76..381468303 100644 --- a/common/src/main/java/com/yunbao/common/dialog/SudGameListPopup.java +++ b/common/src/main/java/com/yunbao/common/dialog/SudGameListPopup.java @@ -251,6 +251,7 @@ public class SudGameListPopup extends BottomPopupView { public void onViewClicks() { new XPopup.Builder(getContext()) .enableDrag(false) + .moveUpToKeyboard(false) .asCustom(new CreateSudGamePopup(getContext(), customSidebarChildModels, false)) .show(); diff --git a/common/src/main/res/layout/activity_sud_game.xml b/common/src/main/res/layout/activity_sud_game.xml index b06a792ed..f3ca4602d 100644 --- a/common/src/main/res/layout/activity_sud_game.xml +++ b/common/src/main/res/layout/activity_sud_game.xml @@ -9,7 +9,7 @@ diff --git a/common/src/main/res/layout/dialog_live_sud_game.xml b/common/src/main/res/layout/dialog_live_sud_game.xml index 7b1740c10..7648882f5 100644 --- a/common/src/main/res/layout/dialog_live_sud_game.xml +++ b/common/src/main/res/layout/dialog_live_sud_game.xml @@ -28,6 +28,7 @@ android:layout_weight="1" />