mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove ContextualDictionary.haveContentsChanged().
Change-Id: I7023ba4d9515dcad90e0a226f70936550c5241f4
This commit is contained in:
parent
47c76f0a45
commit
4eb220269b
@ -50,9 +50,4 @@ public class ContextualDictionary extends ExpandableBinaryDictionary {
|
|||||||
@Override
|
@Override
|
||||||
protected void loadInitialContentsLocked() {
|
protected void loadInitialContentsLocked() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected boolean haveContentsChanged() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user