refs #4677 add scan manual

This commit is contained in:
Sergio De la torre 2023-09-19 08:42:50 +02:00
parent 88dd90a2bb
commit 2ddbd2d903
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class LoadUnloadFragment(
}
binding.scanInput.setOnEditorActionListener { _, actionId, _ ->
if (actionId == EditorInfo.IME_ACTION_SEARCH || actionId == EditorInfo.IME_ACTION_DONE || actionId == 0) {
if (actionId == EditorInfo.IME_ACTION_SEARCH || actionId == EditorInfo.IME_ACTION_DONE || actionId == 0 || actionId == EditorInfo.IME_ACTION_NEXT) {
if (!binding.scanInput.text.isNullOrEmpty()) {
try {