Refactoring

This commit is contained in:
M66B 2019-01-04 10:04:44 +01:00
parent 2afe862c57
commit 7ad2f81d7d
1 changed files with 2 additions and 1 deletions

View File

@ -78,8 +78,9 @@ public class FragmentAnswer extends FragmentEx {
case R.id.action_save:
onActionSave();
return true;
default:
return false;
}
return false;
}
});