mirror of https://github.com/M66B/FairEmail.git
Fixed messages scrollbar
This commit is contained in:
parent
a29de1bd3f
commit
5b88c63fa9
|
@ -335,7 +335,7 @@ public class FragmentMessages extends FragmentBase {
|
||||||
|
|
||||||
DividerItemDecoration dateDecorator = new DividerItemDecoration(getContext(), llm.getOrientation()) {
|
DividerItemDecoration dateDecorator = new DividerItemDecoration(getContext(), llm.getOrientation()) {
|
||||||
@Override
|
@Override
|
||||||
public void onDrawOver(@NonNull Canvas canvas, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) {
|
public void onDraw(@NonNull Canvas canvas, @NonNull RecyclerView parent, @NonNull RecyclerView.State state) {
|
||||||
for (int i = 0; i < parent.getChildCount(); i++) {
|
for (int i = 0; i < parent.getChildCount(); i++) {
|
||||||
View view = parent.getChildAt(i);
|
View view = parent.getChildAt(i);
|
||||||
int pos = parent.getChildAdapterPosition(view);
|
int pos = parent.getChildAdapterPosition(view);
|
||||||
|
|
Loading…
Reference in New Issue