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