mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Resize fast scroller when keyboard is shown
Fixes #5487 Closes #5505 // FREEBIE
This commit is contained in:
parent
9a671783c9
commit
4242ae1b70
@ -74,6 +74,7 @@ public class RecyclerViewFastScroller extends LinearLayout {
|
||||
super(context, attrs);
|
||||
setOrientation(HORIZONTAL);
|
||||
setClipChildren(false);
|
||||
setScrollContainer(true);
|
||||
inflate(context, R.layout.recycler_view_fast_scroller, this);
|
||||
bubble = ViewUtil.findById(this, R.id.fastscroller_bubble);
|
||||
handle = ViewUtil.findById(this, R.id.fastscroller_handle);
|
||||
|
Loading…
Reference in New Issue
Block a user