mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Fixed height recycler views
This commit is contained in:
@@ -90,7 +90,7 @@ public class FragmentRules extends FragmentBase {
|
||||
|
||||
// Wire controls
|
||||
|
||||
rvRule.setHasFixedSize(false);
|
||||
rvRule.setHasFixedSize(true);
|
||||
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
||||
rvRule.setLayoutManager(llm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user