| 290 | } |
| 291 | |
| 292 | void ChatView::onChannelCancel(lv_event_t* e) { |
| 293 | auto* self = static_cast<ChatView*>(lv_event_get_user_data(e)); |
| 294 | self->hideChannelSelector(); |
| 295 | } |
| 296 | |
| 297 | } // namespace tt::app::chat |
| 298 |
nothing calls this directly
no test coverage detected