mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Fix GIF button gone when keyboard is shown
This commit is contained in:
parent
2cd1ffdeb1
commit
23830f5a9d
@ -1424,6 +1424,7 @@ public class DirectMessageThreadFragment extends Fragment implements DirectReact
|
|||||||
ObjectAnimator.ofFloat(binding.inputBg, TRANSLATION_Y, -height),
|
ObjectAnimator.ofFloat(binding.inputBg, TRANSLATION_Y, -height),
|
||||||
ObjectAnimator.ofFloat(binding.recordView, TRANSLATION_Y, -height),
|
ObjectAnimator.ofFloat(binding.recordView, TRANSLATION_Y, -height),
|
||||||
ObjectAnimator.ofFloat(binding.emojiToggle, 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.gallery, TRANSLATION_Y, -height),
|
||||||
ObjectAnimator.ofFloat(binding.camera, TRANSLATION_Y, -height),
|
ObjectAnimator.ofFloat(binding.camera, TRANSLATION_Y, -height),
|
||||||
ObjectAnimator.ofFloat(binding.send, TRANSLATION_Y, -height),
|
ObjectAnimator.ofFloat(binding.send, TRANSLATION_Y, -height),
|
||||||
|
Loading…
Reference in New Issue
Block a user