Merge branch 'main' into adb/crash-sooner-in-DcAccounts

This commit is contained in:
adb
2026-01-27 01:25:30 +01:00
committed by GitHub
@@ -21,7 +21,7 @@ import java.io.IOException;
public class AvatarHelper {
/* the maximum width/height an avatar should have */
public static final int AVATAR_SIZE = 640;
public static final int AVATAR_SIZE = 512;
public static void setGroupAvatar(Context context, int chatId, Bitmap bitmap) {
DcContext dcContext = DcHelper.getContext(context);