From 78170b70525eae1ff6e2858ba30c9f3e2ee0a430 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 30 Oct 2020 09:44:47 +0100 Subject: [PATCH] Self-review --- .../features/home/room/detail/search/SearchResultController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/home/room/detail/search/SearchResultController.kt b/vector/src/main/java/im/vector/app/features/home/room/detail/search/SearchResultController.kt index a2a9e6ae7d..b927fb5ff3 100644 --- a/vector/src/main/java/im/vector/app/features/home/room/detail/search/SearchResultController.kt +++ b/vector/src/main/java/im/vector/app/features/home/room/detail/search/SearchResultController.kt @@ -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> { var lastDate: Calendar? = null