ExportWorker: Show notification on export status when finished

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-07-10 18:29:13 +07:00
parent 294df7aa41
commit d75f70590a
7 changed files with 120 additions and 21 deletions

View File

@@ -462,4 +462,8 @@
<string name="toast_fav_export_failed">Failed to export favourites!</string>
<string name="toast_fav_import_success">Favourites imported!</string>
<string name="toast_fav_export_success">Favourites exported!</string>
<!-- ExportWorker -->
<string name="export_app_summary_success">Successfully exported app bundle</string>
<string name="export_app_summary_fail">Failed to exported app bundle</string>
</resources>