mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-4258 Fixes from Testprotocol
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user