mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Fix: Show soft keyboard only in AppsList
Not shown when picking any arbitrary action.
This commit is contained in:
parent
108b1f4de9
commit
0bf30b50ab
1 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,7 @@ import com.finnmglas.launcher.dominantColor
|
||||||
import com.finnmglas.launcher.list.forApp
|
import com.finnmglas.launcher.list.forApp
|
||||||
import com.finnmglas.launcher.list.intention
|
import com.finnmglas.launcher.list.intention
|
||||||
import com.finnmglas.launcher.openSoftKeyboard
|
import com.finnmglas.launcher.openSoftKeyboard
|
||||||
|
import kotlinx.android.synthetic.main.list.*
|
||||||
import kotlinx.android.synthetic.main.list_apps.*
|
import kotlinx.android.synthetic.main.list_apps.*
|
||||||
|
|
||||||
|
|
||||||
|
@ -68,6 +69,8 @@ class ListFragmentApps : Fragment(), UIObject {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
openSoftKeyboard(context!!, list_apps_searchview)
|
when (intention) {
|
||||||
|
"view" -> openSoftKeyboard(context!!, list_apps_searchview)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue