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