Fix for not updating current field on save

This commit is contained in:
Przemek Grondek 2014-10-07 00:33:46 +02:00
parent 283af19d92
commit 58fc51b6bd

View file

@ -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();