Commit 78c0b239 by Kunj Gupta

UOFLMA-109: Fixed - After clicking on submit in order services, keyboard is not closing.

parent b12e1a8c
...@@ -364,7 +364,8 @@ public class CatalogueVariableScreen extends AppCompatActivity { ...@@ -364,7 +364,8 @@ public class CatalogueVariableScreen extends AppCompatActivity {
} }
@OnClick(R.id.variable_screen_submit_text_view) @OnClick(R.id.variable_screen_submit_text_view)
void submitOnClicked() { void submitOnClicked(View v) {
Util.hideSoftKeyboard(CatalogueVariableScreen.this, v);
saveFormData(); saveFormData();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment