Update to 8.5.1

This commit is contained in:
xaxtix 2022-02-12 08:22:45 +03:00
parent 146cea26cd
commit 3b4919a542
99 changed files with 1900 additions and 816 deletions

View file

@ -77,7 +77,7 @@ public class AnimatedFileDrawableStream implements FileLoadOperationStream {
}
lastOffset = offset + availableLength;
} catch (Exception e) {
FileLog.e(e);
FileLog.e(e, false);
}
return availableLength;
}