mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 08ce337d
: Fix: BinaryDictionaryInfo.isDynamicallyUpdatable().
* commit '08ce337d3f670b2532b5eac9d00b6593fb571b4a': Fix: BinaryDictionaryInfo.isDynamicallyUpdatable().
This commit is contained in:
commit
68d3eaa778
@ -49,8 +49,7 @@ class BinaryDictionaryInfo {
|
||||
}
|
||||
|
||||
AK_FORCE_INLINE bool isDynamicallyUpdatable() const {
|
||||
const bool isUpdatableDictionaryFormat = mDictionaryHeader.supportsDynamicUpdate();
|
||||
return mIsUpdatable && isUpdatableDictionaryFormat;
|
||||
return mIsUpdatable;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user