mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fixed 'no meeting today' at the bottom of the screen with header at the top if list is empty
This commit is contained in:
parent
22795a5284
commit
a6b510e536
1 changed files with 1 additions and 1 deletions
|
|
@ -104,8 +104,8 @@ class MeetingsListFragment : AbstractMainFragment() {
|
|||
|
||||
binding.meetingsList.setHasFixedSize(true)
|
||||
val layoutManager = LinearLayoutManager(requireContext())
|
||||
layoutManager.stackFromEnd = true
|
||||
binding.meetingsList.layoutManager = layoutManager
|
||||
|
||||
val headerItemDecoration = RecyclerViewHeaderDecoration(requireContext(), adapter)
|
||||
binding.meetingsList.addItemDecoration(headerItemDecoration)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue