Cleaner logging when download one sticker fails

This commit is contained in:
Arne 2024-08-25 18:30:39 +02:00
parent 3a10f2be2f
commit d36d129f32

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");