update media limits for Mastodon 2.5

This commit is contained in:
Conny Duck 2018-09-06 22:48:19 +02:00 committed by Konrad Pozniak
commit 90ef078dd0
25 changed files with 34 additions and 32 deletions

View file

@ -53,8 +53,8 @@ class EditProfileActivity : BaseActivity(), Injectable {
companion object {
const val AVATAR_SIZE = 400
const val HEADER_WIDTH = 700
const val HEADER_HEIGHT = 335
const val HEADER_WIDTH = 1500
const val HEADER_HEIGHT = 500
private const val AVATAR_PICK_RESULT = 1
private const val HEADER_PICK_RESULT = 2