MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / hideChannelSelector

Method hideChannelSelector

Tactility/Source/app/chat/ChatView.cpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void ChatView::hideChannelSelector() {
238 if (!channelPanel || !msgList || !inputWrapper) return;
239 lv_obj_add_flag(channelPanel, LV_OBJ_FLAG_HIDDEN);
240 lv_obj_remove_flag(msgList, LV_OBJ_FLAG_HIDDEN);
241 lv_obj_remove_flag(inputWrapper, LV_OBJ_FLAG_HIDDEN);
242}
243
244void ChatView::onSendClicked(lv_event_t* e) {
245 auto* self = static_cast<ChatView*>(lv_event_get_user_data(e));

Callers 2

onChannelSaveMethod · 0.95
onChannelCancelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected