Add cancel button to backup create dialog

This commit is contained in:
MrLetsplay 2023-09-25 14:17:55 +02:00
parent eabafe0e25
commit 095dffd80a
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -236,6 +236,7 @@ public class SettingsFragment extends NamedFragment {
break;
}
})
.setNegativeButton(R.string.cancel, (d, which) -> {})
.show();
});