Add tests for compose activity initial state changes (#1972)
This commit is contained in:
parent
af44b25c29
commit
d7e47caef3
2 changed files with 22 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ class ComposeActivity : BaseActivity(),
|
|||
private const val MEDIA_TAKE_PHOTO_RESULT = 2
|
||||
private const val PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE = 1
|
||||
|
||||
private const val COMPOSE_OPTIONS_EXTRA = "COMPOSE_OPTIONS"
|
||||
internal const val COMPOSE_OPTIONS_EXTRA = "COMPOSE_OPTIONS"
|
||||
private const val PHOTO_UPLOAD_URI_KEY = "PHOTO_UPLOAD_URI"
|
||||
|
||||
// Mastodon only counts URLs as this long in terms of status character limits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue