Skip to content

Commit c7b1362

Browse files
authored
android: use native search (#547)
-Add dynamic suggestions -Use search bar with expanded view showing suggestions -dpad: only open keyboard when clicked on and not on scroll Updates tailscale/corp#18973 Fixes tailscale/corp#19231 Signed-off-by: kari-ts <[email protected]>
1 parent 0bd4ef9 commit c7b1362

File tree

4 files changed

+219
-149
lines changed

4 files changed

+219
-149
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ dependencies {
134134
implementation "com.google.accompanist:accompanist-permissions:$accompanist_version"
135135
implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version"
136136
implementation "androidx.core:core-splashscreen:1.1.0-rc01"
137+
implementation "androidx.compose.animation:animation:1.7.4"
137138

138139
// Navigation dependencies.
139140
def nav_version = "2.8.2"

0 commit comments

Comments
 (0)