Merge branch 'main' into adb/issue-4176

This commit is contained in:
adb
2026-01-27 03:02:39 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -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);