Distinguish adding an already present word / cancelling

Bug: 7725834
Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
This commit is contained in:
Jean Chalard
2012-12-17 14:58:04 +09:00
parent 1f597c8764
commit a374d81605
3 changed files with 15 additions and 13 deletions

View File

@@ -116,7 +116,7 @@ public class UserDictionaryAddWordFragment extends Fragment
super.onPause();
// We are being hidden: commit changes to the user dictionary, unless we were deleting it
if (!mIsDeleting) {
mContents.apply(getActivity());
mContents.apply(getActivity(), null);
}
}