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

Commit 6df39517 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android Git Automerger
Browse files

am f4d225a4: Fix debug log for SpellCheckerSessionListenerImpl#TASK_CANCEL

* commit 'f4d225a4':
  Fix debug log for SpellCheckerSessionListenerImpl#TASK_CANCEL
parents d3e5453f f4d225a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ public class SpellCheckerSession {
        private static String taskToString(int task) {
            switch (task) {
                case TASK_CANCEL:
                    return "STATE_WAIT_CONNECTION";
                    return "TASK_CANCEL";
                case TASK_GET_SUGGESTIONS_MULTIPLE:
                    return "TASK_GET_SUGGESTIONS_MULTIPLE";
                case TASK_CLOSE: