MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / hideChildList

Method hideChildList

Telegram/SourceFiles/dialogs/dialogs_widget.cpp:2065–2069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2063}
2064
2065void Widget::hideChildList() {
2066 if (_childList) {
2067 controller()->closeForum();
2068 }
2069}
2070
2071void Widget::refreshTopBars() {
2072 if (_openedFolder || _openedForum) {

Callers

nothing calls this directly

Calls 1

closeForumMethod · 0.80

Tested by

no test coverage detected