Convert ContactFilterView to compose.

This commit is contained in:
jeffrey-signal
2025-10-27 17:58:19 -04:00
committed by GitHub
parent c316381159
commit 963a72a660
7 changed files with 262 additions and 69 deletions

View File

@@ -4,9 +4,8 @@ import android.widget.EditText
import androidx.appcompat.widget.SearchView
/**
* Since this value is only supported on API26+ we hard-code it here
* to avoid issues with older versions. This mirrors the approach
* taken by [org.thoughtcrime.securesms.components.ComposeText].
* Since [android.view.inputmethod.EditorInfo.IME_FLAG_NO_PERSONALIZED_LEARNING] is only supported on API 26+ we hard-code it here
* to avoid issues with older versions. This mirrors the approach taken by [org.thoughtcrime.securesms.components.ComposeText].
*/
private const val INCOGNITO_KEYBOARD = 16777216