In activity page, the placeholders that say 'today' and 'yesterday' were never updated to use proper functionality to say what actual day / time reference away they were from. It's just based on the number of videos.
String _sectionLabel(int index) { if (index < 3) return 'TODAY'; return 'YESTERDAY'; }
In activity page, the placeholders that say 'today' and 'yesterday' were never updated to use proper functionality to say what actual day / time reference away they were from. It's just based on the number of videos.
String _sectionLabel(int index) { if (index < 3) return 'TODAY'; return 'YESTERDAY'; }