mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 21:27:07 +00:00
Small bahavior improvement
This commit is contained in:
parent
89060c6b1e
commit
0d395e54dc
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue