update export zip name

see: in favor of https://github.com/polymorphicshade/Tubular/pull/122
This commit is contained in:
Aliberk Sandıkçı 2024-12-02 08:05:15 +03:00
parent e7cd6b02d9
commit fc86d6ec67
Signed by: asandikci
GPG key ID: A3B47D76845BEDF3

View file

@ -88,7 +88,7 @@ public class BackupRestoreSettingsFragment extends BasePreferenceFragment {
NoFileManagerSafeGuard.launchSafe(
requestExportPathLauncher,
StoredFileHelper.getNewPicker(requireContext(),
"NewPipeData-" + exportDateFormat.format(new Date()) + ".zip",
"PipeBenderData-" + exportDateFormat.format(new Date()) + ".zip",
ZIP_MIME_TYPE, getImportExportDataUri()),
TAG,
getContext()