Continue effort of moving modules in the navigation

This commit is contained in:
Jason P 2025-06-25 23:50:00 -05:00
parent bf5c9f6263
commit 7265b5e6c6

View File

@ -388,6 +388,7 @@ bool CannedMessageModule::handleTabSwitch(const InputEvent *event)
UIFrameEvent e;
e.action = UIFrameEvent::Action::REGENERATE_FRAMESET;
requestFocus();
notifyObservers(&e);
screen->forceDisplay();
return true;