mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Remove a useless method"
This commit is contained in:
commit
f1a559c516
@ -53,13 +53,6 @@ public class ComposingStateManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized boolean isComposing() {
|
|
||||||
// TODO: use the composing flag in WordComposer instead of maintaining it
|
|
||||||
// here separately. Even better, do away with this class and manage the auto
|
|
||||||
// correction indicator in the same place as the suggestions.
|
|
||||||
return mIsComposing;
|
|
||||||
}
|
|
||||||
|
|
||||||
public synchronized boolean isAutoCorrectionIndicatorOn() {
|
public synchronized boolean isAutoCorrectionIndicatorOn() {
|
||||||
return mAutoCorrectionIndicatorOn;
|
return mAutoCorrectionIndicatorOn;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user