mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix contact status bar in single column layout.
This commit is contained in:
@@ -3698,6 +3698,9 @@ void HistoryWidget::hideChildWidgets() {
|
||||
if (_chooseTheme) {
|
||||
_chooseTheme->hide();
|
||||
}
|
||||
if (_contactStatus) {
|
||||
_contactStatus->hide();
|
||||
}
|
||||
hideChildren();
|
||||
}
|
||||
|
||||
|
@@ -840,6 +840,10 @@ void ContactStatus::show() {
|
||||
_bar.show();
|
||||
}
|
||||
|
||||
void ContactStatus::hide() {
|
||||
_bar.hide();
|
||||
}
|
||||
|
||||
TopicReopenBar::TopicReopenBar(
|
||||
not_null<Ui::RpWidget*> parent,
|
||||
not_null<Data::ForumTopic*> topic)
|
||||
|
@@ -73,6 +73,7 @@ public:
|
||||
bool showInForum);
|
||||
|
||||
void show();
|
||||
void hide();
|
||||
|
||||
[[nodiscard]] SlidingBar &bar() {
|
||||
return _bar;
|
||||
|
Reference in New Issue
Block a user