mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
不要なチェックを削除
This commit is contained in:
parent
b29df41b5e
commit
8ec4e51eb0
|
@ -88,9 +88,7 @@ public class LacertaFilePickerDialog extends LacertaFilePickerDialogBase {
|
|||
builder.setMessage(this.message == null ? "ファイルを選択してください" : this.message);
|
||||
builder.setView(view);
|
||||
builder.setNegativeButton(this.negativeButtonText == null ? "キャンセル" : this.negativeButtonText, (dialog, which) -> {
|
||||
if (listener != null) {
|
||||
dismiss();
|
||||
}
|
||||
dismiss();
|
||||
});
|
||||
|
||||
return builder.create();
|
||||
|
|
Loading…
Reference in New Issue
Block a user