mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-27 19:26:26 +02:00
Small bahavior improvement
This commit is contained in:
@@ -6293,7 +6293,7 @@ public class FragmentMessages extends FragmentBase
|
||||
if (archive)
|
||||
count++;
|
||||
|
||||
boolean inbox = (more_inbox && count < MAX_QUICK_ACTIONS && result.canInbox());
|
||||
boolean inbox = ((more_inbox || (more_junk && inJunk)) && count < MAX_QUICK_ACTIONS && result.canInbox());
|
||||
if (inbox)
|
||||
count++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user