2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Removed collapsing of shared media.

This commit is contained in:
John Preston
2017-10-20 20:54:51 +03:00
parent be5f4c9a71
commit 6b5e06de50
13 changed files with 106 additions and 43 deletions

View File

@@ -300,6 +300,7 @@ void WrapWidget::showContent(object_ptr<ContentWidget> content) {
}
void WrapWidget::finishShowContent() {
_content->setIsStackBottom(_historyStack.empty());
updateContentGeometry();
_desiredHeights.fire(desiredHeightForContent());
_desiredShadowVisibilities.fire(_content->desiredShadowVisibility());