Bug Fix: move further the chevron in room title view #48

- Remove room topic
- Handle correctly tap on room title view
This commit is contained in:
giomfo
2016-01-13 19:03:27 +01:00
parent 713c546dfb
commit 37406b16eb
6 changed files with 40 additions and 46 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#import "UIViewController+VectorSearch.h"
@interface RoomViewController : MXKRoomViewController <UISearchBarDelegate>
@interface RoomViewController : MXKRoomViewController <UISearchBarDelegate, UIGestureRecognizerDelegate>
@end