mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Behavior improvement
This commit is contained in:
parent
761427826a
commit
5fcc3aa76d
1 changed files with 3 additions and 0 deletions
|
@ -2417,6 +2417,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||||
|
|
||||||
bindFlagged(message, expanded);
|
bindFlagged(message, expanded);
|
||||||
bindExpandWarning(message, expanded);
|
bindExpandWarning(message, expanded);
|
||||||
|
|
||||||
|
// Needed for expand one
|
||||||
|
properties.scrollTo(getAdapterPosition());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue