mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix missing synchronized modifier" into jb-dev
This commit is contained in:
commit
4c9bdcc957
@ -162,7 +162,7 @@ public class UserHistoryDictionary extends ExpandableDictionary {
|
||||
* Return whether the passed charsequence is in the dictionary.
|
||||
*/
|
||||
@Override
|
||||
public boolean isValidWord(final CharSequence word) {
|
||||
public synchronized boolean isValidWord(final CharSequence word) {
|
||||
// TODO: figure out what is the correct thing to do here.
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user