Add monochrome icon

This commit is contained in:
Grishka
2022-09-29 01:23:00 +03:00
parent f531a90b41
commit 18633291e6
5 changed files with 23 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ public class MastodonAPIController{
if(call.isCanceled())
return;
if(BuildConfig.DEBUG)
Log.w(TAG, "["+(session==null ? "no-auth" : session.getID())+"] "+hreq+" failed: "+e);
Log.w(TAG, "["+(session==null ? "no-auth" : session.getID())+"] "+hreq+" failed", e);
synchronized(req){
req.okhttpCall=null;
}