mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-28 16:04:10 +01:00
set avatar size to 720
This commit is contained in:
parent
a2787d242f
commit
037f8b2dbb
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public final class Config {
|
|||
|
||||
public static final int VIDEO_FAST_UPLOAD_SIZE = 10 * 1024 * 1024;
|
||||
|
||||
public static final int AVATAR_SIZE = 480;
|
||||
public static final int AVATAR_SIZE = 720;
|
||||
public static final Bitmap.CompressFormat AVATAR_FORMAT = Bitmap.CompressFormat.JPEG;
|
||||
public static final int AVATAR_CHAR_LIMIT = 9400;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue