mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Fix GIF button gone when keyboard is shown
This commit is contained in:
parent
2cd1ffdeb1
commit
23830f5a9d
1 changed files with 1 additions and 0 deletions
|
|
@ -1424,6 +1424,7 @@ public class DirectMessageThreadFragment extends Fragment implements DirectReact
|
|||
ObjectAnimator.ofFloat(binding.inputBg, TRANSLATION_Y, -height),
|
||||
ObjectAnimator.ofFloat(binding.recordView, TRANSLATION_Y, -height),
|
||||
ObjectAnimator.ofFloat(binding.emojiToggle, TRANSLATION_Y, -height),
|
||||
ObjectAnimator.ofFloat(binding.gif, TRANSLATION_Y, -height),
|
||||
ObjectAnimator.ofFloat(binding.gallery, TRANSLATION_Y, -height),
|
||||
ObjectAnimator.ofFloat(binding.camera, TRANSLATION_Y, -height),
|
||||
ObjectAnimator.ofFloat(binding.send, TRANSLATION_Y, -height),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue