Change cells, add separator, fix room display name, fix content height, introduce AutoSizedTableView

This commit is contained in:
ismailgulek
2020-09-15 11:58:14 +03:00
parent dda8bcaea9
commit b6356035d1
6 changed files with 90 additions and 46 deletions
@@ -20,7 +20,6 @@ import Foundation
/// RoomCreationEventsModalViewController view state
enum RoomCreationEventsModalViewState {
case loading
case loaded(_ displayName: String)
case loaded
case error(Error)
}