mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Always expand pinned messages
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user