mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Import progress for room keys
This commit is contained in:
@@ -1218,9 +1218,9 @@ TableViewSectionsDelegate>
|
||||
cell = [secureBackupSection cellForRowAtRow:rowTag];
|
||||
}
|
||||
#ifdef CROSS_SIGNING_AND_BACKUP_DEV
|
||||
else if (section == SECTION_KEYBACKUP)
|
||||
else if (sectionTag == SECTION_KEYBACKUP)
|
||||
{
|
||||
cell = [keyBackupSection cellForRowAtRow:row];
|
||||
cell = [keyBackupSection cellForRowAtRow:rowTag];
|
||||
}
|
||||
#endif
|
||||
else if (sectionTag == SECTION_CROSSSIGNING)
|
||||
|
||||
Reference in New Issue
Block a user