mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Fixed height recycler views
This commit is contained in:
@@ -123,7 +123,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
}
|
||||
});
|
||||
|
||||
rvAccount.setHasFixedSize(false);
|
||||
rvAccount.setHasFixedSize(true);
|
||||
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
||||
rvAccount.setLayoutManager(llm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user