use PrefKeys everywhere
This commit is contained in:
parent
40d771d60f
commit
af5ec068e8
12 changed files with 35 additions and 36 deletions
|
|
@ -578,7 +578,7 @@ class ComposeActivity :
|
|||
a.getDimensionPixelSize(0, 1)
|
||||
}
|
||||
|
||||
val animateAvatars = preferences.getBoolean("animateGifAvatars", false)
|
||||
val animateAvatars = preferences.getBoolean(PrefKeys.ANIMATE_GIF_AVATARS, false)
|
||||
loadAvatar(
|
||||
activeAccount.profilePictureUrl,
|
||||
binding.composeAvatar,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue