mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Fixed height recycler views
This commit is contained in:
@@ -75,7 +75,7 @@ public class FragmentAnswers extends FragmentBase {
|
||||
|
||||
// Wire controls
|
||||
|
||||
rvAnswer.setHasFixedSize(false);
|
||||
rvAnswer.setHasFixedSize(true);
|
||||
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
||||
rvAnswer.setLayoutManager(llm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user