mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 20:30:43 +00:00
Continue effort of moving modules in the navigation
This commit is contained in:
parent
bf5c9f6263
commit
7265b5e6c6
@ -388,6 +388,7 @@ bool CannedMessageModule::handleTabSwitch(const InputEvent *event)
|
|||||||
|
|
||||||
UIFrameEvent e;
|
UIFrameEvent e;
|
||||||
e.action = UIFrameEvent::Action::REGENERATE_FRAMESET;
|
e.action = UIFrameEvent::Action::REGENERATE_FRAMESET;
|
||||||
|
requestFocus();
|
||||||
notifyObservers(&e);
|
notifyObservers(&e);
|
||||||
screen->forceDisplay();
|
screen->forceDisplay();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user