1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 03:05:31 +00:00

Behavior improvement

This commit is contained in:
M66B 2019-10-20 09:48:49 +02:00
parent 761427826a
commit 5fcc3aa76d

View file

@ -2417,6 +2417,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
bindFlagged(message, expanded);
bindExpandWarning(message, expanded);
// Needed for expand one
properties.scrollTo(getAdapterPosition());
}
}