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

Commit 2dcbaf7a authored by frankpreel's avatar frankpreel
Browse files

remove debug

parent 4348d4c8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -879,13 +879,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                return true;
            }
        }
        Log.e(TAG, "The targeted keyboard is not activated : " + KEY_STT_KEYBOARD);
        return false;
    }

    private void switchToSttIme() {
        if (isSttKeyboardActivated()) {
            Log.d(TAG, "Load keyboard");
            switchInputMethod(KEY_STT_KEYBOARD);
        }
    }
@@ -913,7 +911,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                floatingButton.setOnClickListener(new View.OnClickListener() {
                    @Override
                    public void onClick(View v) {
                        Log.d(TAG, "Clicked");
                        switchToSttIme();
                    }
                });