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

Commit bda45e73 authored by Matheo Levallois's avatar Matheo Levallois
Browse files

fix: delete test toast

parent 32c870b0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -883,7 +883,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen


    private void switchToSttIme() {
    private void switchToSttIme() {
        if (isSttKeyboardActivated()) {
        if (isSttKeyboardActivated()) {
            android.widget.Toast.makeText(mDisplayContext, "STT activate", Toast.LENGTH_SHORT).show();
            switchInputMethod(KEY_STT_KEYBOARD);
            switchInputMethod(KEY_STT_KEYBOARD);
        }
        }
    }
    }