added alert to show possible error, improved tests

This commit is contained in:
Flavio Alescio
2023-01-27 17:10:16 +01:00
parent f66170b9cd
commit bb384f837e
7 changed files with 45 additions and 40 deletions
@@ -199,7 +199,7 @@ final class RoomInfoListViewController: UIViewController {
}
rows.append(rowMembers)
if BuildSettings.pollsHistoryEnabled {
if BuildSettings.pollsEnabled {
rows.append(rowPollHistory)
}