Public rooms search: Automatically scroll to the top on each new seach

This commit is contained in:
manuroe
2015-12-21 11:13:46 +01:00
parent 68fd187509
commit 6ff5cadfee
4 changed files with 27 additions and 27 deletions
@@ -20,6 +20,12 @@
@interface RecentsViewController : MXKRecentListViewController
/**
If YES, the table view will scroll at the top on the next data source refresh.
It comes back to NO after each refresh.
*/
@property (nonatomic) BOOL shouldScrollToTopOnRefresh;
/**
Display the recents described in the provided data source.