mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
UX Rework: Add home page
- Add people section - Order favourites according to their activities https://github.com/vector-im/riot-meta/issues/75
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
if (_hideRecents)
|
||||
{
|
||||
self.invitesSection = self.favoritesSection = self.conversationSection = self.lowPrioritySection = -1;
|
||||
self.invitesSection = self.favoritesSection = self.peopleSection = self.conversationSection = self.lowPrioritySection = -1;
|
||||
sectionsCount = sectionsOffset;
|
||||
}
|
||||
else
|
||||
@@ -102,6 +102,10 @@
|
||||
{
|
||||
self.favoritesSection += sectionsOffset;
|
||||
}
|
||||
if (self.peopleSection != -1)
|
||||
{
|
||||
self.peopleSection += sectionsOffset;
|
||||
}
|
||||
if (self.conversationSection != -1)
|
||||
{
|
||||
self.conversationSection += sectionsOffset;
|
||||
|
||||
Reference in New Issue
Block a user