Fix file exporter worker on devices running android < 12

This commit is contained in:
Rahul Patel
2024-08-11 00:19:24 +05:30
committed by Aayush Gupta
parent 7957a04ecf
commit 33b398cb3b
4 changed files with 25 additions and 6 deletions

View File

@@ -470,6 +470,8 @@
<string name="toast_fav_export_success">Favourites exported!</string>
<!-- ExportWorker -->
<string name="export_app_title">File Exporter</string>
<string name="export_app_summary">Hold on, exporting your file</string>
<string name="export_app_summary_success">Successfully exported app bundle</string>
<string name="export_app_summary_fail">Failed to exported app bundle</string>