mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-11 16:07:13 +00:00
Handle else
This commit is contained in:
parent
3d2ec6fb85
commit
e8a65d5e26
@ -601,6 +601,8 @@ bool CannedMessageModule::handleMessageSelectorInput(const InputEvent *event, bo
|
||||
#if CANNED_MESSAGE_ADD_CONFIRMATION
|
||||
graphics::menuHandler::showConfirmationBanner(
|
||||
"Send message?", [this, destNode, chan, current]() { this->sendText(destNode, chan, current, false); });
|
||||
#else
|
||||
this->sendText(destNode, chan, current, false);
|
||||
#endif
|
||||
// Do not immediately set runState; wait for confirmation
|
||||
handled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user