mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix contacts/user dictionary writing.
Bug: 10743878 Change-Id: I5d61b7955ef69a635f994f01cc575fb23fdf942b
This commit is contained in:
parent
9b78241dff
commit
0011ab4bf3
@ -58,7 +58,7 @@ abstract public class AbstractDictionaryWriter extends Dictionary {
|
||||
final File file = new File(mContext.getFilesDir(), fileName);
|
||||
final File tempFile = new File(mContext.getFilesDir(), tempFileName);
|
||||
try {
|
||||
final DictEncoder dictEncoder = new Ver3DictEncoder(file);
|
||||
final DictEncoder dictEncoder = new Ver3DictEncoder(tempFile);
|
||||
writeDictionary(dictEncoder);
|
||||
tempFile.renameTo(file);
|
||||
} catch (IOException e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user