mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
lower SEARCH_MIN_CHARS to 1
same behavior for web and iOS.. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
423fbbe8ec
commit
69a9b9687c
@ -2051,7 +2051,7 @@ class ConversationsListActivity :
|
||||
const val BOTTOM_SHEET_DELAY: Long = 2500
|
||||
private const val KEY_SEARCH_QUERY = "ConversationsListActivity.searchQuery"
|
||||
const val SEARCH_DEBOUNCE_INTERVAL_MS = 300
|
||||
const val SEARCH_MIN_CHARS = 2
|
||||
const val SEARCH_MIN_CHARS = 1
|
||||
const val HTTP_UNAUTHORIZED = 401
|
||||
const val HTTP_CLIENT_UPGRADE_REQUIRED = 426
|
||||
const val CLIENT_UPGRADE_MARKET_LINK = "market://details?id="
|
||||
|
Loading…
Reference in New Issue
Block a user