We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6e221 commit 954fddcCopy full SHA for 954fddc
1 file changed
app/src/main/java/org/redcross/openmapkit/tagswipe/SelectOneTagValueFragment.java
@@ -175,7 +175,7 @@ public void onClick(View v) {
175
odkTag.putButtonIdToTagItemHash(id, item);
176
tagValueRadioGroup.addView(textView);
177
}
178
- if (!prevTagValInTagItems) {
+ if (prevTagVal != null && !prevTagValInTagItems) {
179
customEditText.setText(prevTagVal);
180
181
0 commit comments