Merge pull request #12578 from Stypox/better-error-messages

This commit is contained in:
Stypox 2025-09-04 13:18:40 +02:00 committed by GitHub
commit a3ddd616f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 217 additions and 208 deletions

View file

@ -89,7 +89,7 @@ public class SubscriptionsImportFragment extends BaseFragment {
if (supportedSources.isEmpty() && currentServiceId != Constants.NO_SERVICE_ID) {
ErrorUtil.showSnackbar(activity,
new ErrorInfo(new String[]{}, UserAction.SUBSCRIPTION_IMPORT_EXPORT,
ServiceHelper.getNameOfServiceById(currentServiceId),
currentServiceId,
"Service does not support importing subscriptions",
R.string.general_error));
activity.finish();