Even more centralized error handling in ErrorInfo

This commit is contained in:
Stypox 2025-09-04 22:31:24 +02:00
parent 59e6b24042
commit ea27448612
14 changed files with 178 additions and 134 deletions

View file

@ -572,7 +572,7 @@ public class MissionAdapter extends Adapter<ViewHolder> implements Handler.Callb
ErrorUtil.createNotification(mContext,
new ErrorInfo(ErrorInfo.Companion.throwableToStringList(mission.errObject), action,
service, request.toString(), reason));
request.toString(), service, reason));
}
public void clearFinishedDownloads(boolean delete) {