sud游戏搜索页面优化更改

This commit is contained in:
18401019693
2023-09-27 17:20:29 +08:00
parent 32ebfa719d
commit e191fb82a3
4 changed files with 5 additions and 1 deletions

View File

@@ -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();