diff --git a/ui/main.c b/ui/main.c index 6666211ff..168934dab 100644 --- a/ui/main.c +++ b/ui/main.c @@ -356,10 +356,11 @@ void UI_DisplayMain(void) || gDTMF_CallState != DTMF_CALL_STATE_NONE || gDTMF_IsTx #endif ) { + char *pPrintStr = ""; // show DTMF stuff #ifdef ENABLE_DTMF_CALLING char Contact[16]; - char *pPrintStr = ""; + if (!gDTMF_InputMode) { if (gDTMF_CallState == DTMF_CALL_STATE_CALL_OUT) { pPrintStr = DTMF_FindContact(gDTMF_String, Contact) ? Contact : gDTMF_String;