upgrade avatar size for Mastodon 2.3

This commit is contained in:
Conny Duck 2018-03-27 20:13:24 +02:00
parent 92d688523b
commit 361352c2e1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ private const val KEY_HEADER_CHANGED = "HEADER_CHANGED"
private const val AVATAR_PICK_RESULT = 1
private const val HEADER_PICK_RESULT = 2
private const val PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE = 1
private const val AVATAR_SIZE = 120
private const val AVATAR_SIZE = 400
private const val HEADER_WIDTH = 700
private const val HEADER_HEIGHT = 335