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