mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Merge remote-tracking branch 'origin/develop' into reskin
# Conflicts: # Riot/Constants/RiotDesignValues.m # Riot/Modules/Authentication/AuthenticationViewController.m
This commit is contained in:
@@ -760,11 +760,11 @@
|
||||
NSNumber *actionNumber;
|
||||
if (indexPath.section == adminToolsIndex && indexPath.row < adminActionsArray.count)
|
||||
{
|
||||
actionNumber = [adminActionsArray objectAtIndex:indexPath.row];
|
||||
actionNumber = adminActionsArray[indexPath.row];
|
||||
}
|
||||
else if (indexPath.section == otherActionsIndex && indexPath.row < otherActionsArray.count)
|
||||
{
|
||||
actionNumber = [otherActionsArray objectAtIndex:indexPath.row];
|
||||
actionNumber = otherActionsArray[indexPath.row];
|
||||
}
|
||||
|
||||
if (actionNumber)
|
||||
|
||||
Reference in New Issue
Block a user