设置点击调试密钥提示框外部时不关闭对话框。

This commit is contained in:
2026-05-27 14:40:49 +08:00
parent 9e52dc29a7
commit 102aae8e66
3 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun May 24 09:53:05 HKT 2026
stageCount=22
#Wed May 27 06:38:40 GMT 2026
stageCount=10
libraryProject=libappbase
baseVersion=15.20
publishVersion=15.20.21
buildCount=0
baseBetaVersion=15.20.22
publishVersion=15.20.9
buildCount=1
baseBetaVersion=15.20.10

View File

@@ -59,7 +59,7 @@ public class DebugSwitchInfoImageView extends ImageView {
final AlertDialog dialog = new AlertDialog.Builder(getContext()).create();
dialog.setTitle("调试Token");
dialog.setMessage(getDebugToken());
dialog.setCanceledOnTouchOutside(true);
dialog.setCanceledOnTouchOutside(false);
dialog.setButton(DialogInterface.BUTTON_POSITIVE, "复制到剪贴板", (DialogInterface.OnClickListener) null);
dialog.setButton(DialogInterface.BUTTON_NEUTRAL, "重置", (DialogInterface.OnClickListener) null);
dialog.setButton(DialogInterface.BUTTON_NEGATIVE, "关闭", (DialogInterface.OnClickListener) null);