version 23.26 refs #4678

This commit is contained in:
Sergio De la torre 2023-06-27 16:45:23 +02:00
parent 6aa041a872
commit 37f98c8f80
3 changed files with 5 additions and 4 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId "es.verdnatura"
minSdkVersion 24 //21
targetSdkVersion 33
versionCode 207
versionName = "23.24.1Beta" //Esta rama viene de esta version
versionCode 208
versionName = "23.26Beta" //Esta rama viene de esta version
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -201,11 +201,12 @@ class LoadUnloadFragment(
binding.scanInput.setText("")
}
return@setOnEditorActionListener false
return@setOnEditorActionListener true
}
false
}
binding.scanInput.requestFocus()
}
private fun markExpedition(expedNumber: Int, state: String) {

View File

@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_margin="@dimen/ef_item_padding"
android:padding="@dimen/ef_padding_small"
>
<LinearLayout