Fix for not updating current field on save
This commit is contained in:
parent
283af19d92
commit
58fc51b6bd
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ public class ElementFragment extends Fragment implements AsyncDatabaseConnector.
|
|||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item) {
|
||||
listView.requestFocus();
|
||||
switch (item.getItemId()){
|
||||
case R.id.action_save:
|
||||
actionSave();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue