From df3ca0420bedc77e76f2c5a411f30d836bf8a286 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Thu, 25 Apr 2013 21:01:32 +0900 Subject: [PATCH] Fix deleting a dictionary When the user presses the "delete" button in the Add-on dictionary interface, we send an empty dictionary to Latin IME as a dummy for it to use instead of the pre-installed one. The old "empty" placeholder was rejected by initial verification. This one is still empty, but passes the check. Bug: 7980985 Change-Id: I751bbf67d8078dd5fbdce1dd2f0db72a8207816d --- java/res/raw/empty.dict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/res/raw/empty.dict b/java/res/raw/empty.dict index da1bf9666..80ce06699 100644 --- a/java/res/raw/empty.dict +++ b/java/res/raw/empty.dict @@ -1 +1 @@ -x± \ No newline at end of file +›Á:þ \ No newline at end of file