mirror of https://github.com/M66B/FairEmail.git
Always expand pinned messages
This commit is contained in:
parent
ffa462dcc8
commit
0c5edf654b
|
@ -6945,7 +6945,7 @@ public class FragmentMessages extends FragmentBase
|
|||
// - single, non archived/trashed/sent message
|
||||
// - one unread, non archived/trashed/sent message in conversation
|
||||
// - sole message
|
||||
if (autoexpand) {
|
||||
if (autoexpand || (pinned && pinnedMessage != null)) {
|
||||
TupleMessageEx expand = null;
|
||||
if (finds > 0) {
|
||||
if (finds == 1)
|
||||
|
|
Loading…
Reference in New Issue