mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +03:00
Self-review
This commit is contained in:
parent
46e5d23f7e
commit
78170b7052
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class SearchResultController @Inject constructor(
|
|||
}
|
||||
|
||||
/**
|
||||
* @return true if some item has been added
|
||||
* @return the list of EpoxyModel (date items and search result items), or an empty list if all items have been filtered out
|
||||
*/
|
||||
private fun buildSearchResultItems(data: SearchViewState): List<EpoxyModel<*>> {
|
||||
var lastDate: Calendar? = null
|
||||
|
|
Loading…
Reference in a new issue