MESSENGER-4258 Fixes from Testprotocol

This commit is contained in:
Frank Rotermund
2023-02-16 15:40:21 +01:00
parent 91a837268f
commit a8960042d4
18 changed files with 199 additions and 32 deletions
@@ -1701,12 +1701,6 @@
}
if (indexPath.section == participantsSection || indexPath.section == invitedSection)
{
if ((indexPath.section == participantsSection && userParticipant && indexPath.row == 0) && !currentSearchText.length)
{
// oneself dedicated cell
contact = userParticipant;
}
else
{
NSInteger index = indexPath.row;
NSArray *participants;
@@ -1720,11 +1714,6 @@
else
{
participants = actualParticipants;
if (userParticipant)
{
index --;
}
}
}
else