mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Cleanup
This commit is contained in:
@@ -701,7 +701,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
if (ex instanceof ProtocolException) {
|
||||
Response r = ((ProtocolException) ex).getResponse();
|
||||
if (r != null && !TextUtils.isEmpty(r.getRest()))
|
||||
return r.getRest(); // TODO CASA ?
|
||||
return r.getRest();
|
||||
}
|
||||
|
||||
return new ThrowableWrapper(ex).toSafeString();
|
||||
|
||||
Reference in New Issue
Block a user