mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Fixed date header after important messages
This commit is contained in:
@@ -1004,7 +1004,8 @@ public class FragmentMessages extends FragmentBase
|
||||
year0--;
|
||||
int day0 = cal0.get(date_week ? Calendar.WEEK_OF_YEAR : Calendar.DAY_OF_YEAR);
|
||||
int day1 = cal1.get(date_week ? Calendar.WEEK_OF_YEAR : Calendar.DAY_OF_YEAR);
|
||||
if (year0 == year1 && day0 == day1)
|
||||
if (year0 == year1 && day0 == day1 &&
|
||||
!EntityMessage.PRIORITIY_HIGH.equals(prev.importance))
|
||||
dh = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user