1
0
Fork 1

Cleaner logging when download one sticker fails

This commit is contained in:
Arne 2024-08-25 18:30:39 +02:00
parent 779437d8f7
commit f474940bfb

View file

@ -112,7 +112,7 @@ public class DownloadDefaultStickers extends Service {
os.close();
} catch (final Exception e) {
file = null;
e.printStackTrace();
Log.d(de.monocles.chat.Config.LOGTAG, Objects.requireNonNull(e.getMessage()));
}
JSONArray cids = sticker.getJSONArray("cids");