Import progress for room keys

This commit is contained in:
Andy Uhnak
2022-11-14 16:28:34 +00:00
parent f430eac4dc
commit b63de7b9f8
5 changed files with 58 additions and 18 deletions
@@ -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)