Also show a toast on error notification

since the notification is silent, also show a toast, otherwise the user is confused
This commit is contained in:
Stypox 2021-12-04 10:45:15 +01:00
parent c000c1d455
commit 950956ebf2
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
2 changed files with 6 additions and 0 deletions

View file

@ -245,6 +245,7 @@
<string name="permission_display_over_apps">Give permission to display over other apps</string>
<!-- error activity -->
<string name="error_report_notification_title">NewPipe encountered an error, tap to report</string>
<string name="error_report_notification_toast">An error occurred, see the notification</string>
<string name="sorry_string">Sorry, that should not have happened.</string>
<string name="guru_meditation" translatable="false">Guru Meditation.</string>
<string name="error_report_button_text">Report this error via e-mail</string>