Small bahavior improvement

This commit is contained in:
M66B 2023-01-07 08:12:02 +01:00
parent 89060c6b1e
commit 0d395e54dc
1 changed files with 1 additions and 1 deletions

View File

@ -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++;