Chat Screen: Expand header on new created room.

https://github.com/vector-im/vector-ios/issues/229
This commit is contained in:
giomfo
2016-04-18 16:56:44 +02:00
parent 61cae5404a
commit 861119edb2
3 changed files with 29 additions and 5 deletions
@@ -651,6 +651,9 @@
[self selectRoomWithId:room.state.roomId andEventId:nil inMatrixSession:self.mainSession];
// Force the expanded header
self.currentRoomViewController.showExpandedHeader = YES;
} failure:^(NSError *error) {
roomCreationRequest = nil;