mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 07:57:42 +02:00
Public rooms search: Automatically scroll to the top on each new seach
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user