Merge "Make home-as-up work in UserDictionarySettings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
3ec1cd0771
@@ -171,9 +171,12 @@ public class UserDictionarySettings extends ListFragment {
|
||||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item) {
|
||||
if (item.getItemId() == OPTIONS_MENU_ADD) {
|
||||
showAddOrEditDialog(null);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add or edit a word. If editingWord is null, it's an add; otherwise, it's an edit.
|
||||
|
Reference in New Issue
Block a user