i need a button

This commit is contained in:
izzy2lost
2025-08-12 23:14:30 -04:00
parent a574aa0880
commit b6d6cdfb72
@@ -45,7 +45,7 @@ public class DialogActivity extends Activity {
// Set up buttons based on dialog type
switch (dialogType) {
case DIALOG_TYPE_FOLDER_PROMPT:
builder.setPositiveButton(positiveButton, (d, w) -> {
builder.setPositiveButton("Select Folder", (d, w) -> {
setResult(RESULT_FOLDER_PICKER);
finish();
});