mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
update export zip name
see: in favor of https://github.com/polymorphicshade/Tubular/pull/122
This commit is contained in:
parent
e7cd6b02d9
commit
fc86d6ec67
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class BackupRestoreSettingsFragment extends BasePreferenceFragment {
|
||||||
NoFileManagerSafeGuard.launchSafe(
|
NoFileManagerSafeGuard.launchSafe(
|
||||||
requestExportPathLauncher,
|
requestExportPathLauncher,
|
||||||
StoredFileHelper.getNewPicker(requireContext(),
|
StoredFileHelper.getNewPicker(requireContext(),
|
||||||
"NewPipeData-" + exportDateFormat.format(new Date()) + ".zip",
|
"PipeBenderData-" + exportDateFormat.format(new Date()) + ".zip",
|
||||||
ZIP_MIME_TYPE, getImportExportDataUri()),
|
ZIP_MIME_TYPE, getImportExportDataUri()),
|
||||||
TAG,
|
TAG,
|
||||||
getContext()
|
getContext()
|
||||||
|
|
Loading…
Add table
Reference in a new issue