We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b6c2c commit a727084Copy full SHA for a727084
src/main/kotlin/com/theapache64/stackzy/ui/feature/selectapp/SelectAppViewModel.kt
@@ -101,7 +101,7 @@ class SelectAppViewModel @Inject constructor(
101
}
102
103
fun onSearchKeywordChanged(newKeyword: String) {
104
- _searchKeyword.value = newKeyword.trim().replace("\n", "")
+ _searchKeyword.value = newKeyword.replace("\n", "")
105
106
when (apkSource) {
107
is ApkSource.Adb -> {
0 commit comments