Change type to fix compilation in new code

pull/3014/head
Jonathan Bennett 2023-12-12 20:53:14 -06:00
rodzic 4932e277f1
commit dd96848bec
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -176,7 +176,7 @@ int CannedMessageModule::handleInputEvent(const InputEvent *event)
this->currentMessageIndex = -1;
this->freetext = ""; // clear freetext
this->cursor = 0;
this->destSelect = false;
this->destSelect = CANNED_MESSAGE_DESTINATION_TYPE_NONE;
this->runState = CANNED_MESSAGE_RUN_STATE_INACTIVE;
this->notifyObservers(&e);
}