Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1a559c5 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Remove a useless method"

parents 584361a1 611ec694
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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() {
        return mAutoCorrectionIndicatorOn;
    }