mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Improve stickers list variable width support.
This commit is contained in:
@@ -185,11 +185,11 @@ bool Controller::takeThirdSectionFromLayer() {
|
||||
}
|
||||
|
||||
void Controller::resizeForThirdSection() {
|
||||
auto layout = computeColumnLayout();
|
||||
if (layout.windowLayout == Adaptive::WindowLayout::ThreeColumn) {
|
||||
if (Adaptive::ThreeColumn()) {
|
||||
return;
|
||||
}
|
||||
|
||||
auto layout = computeColumnLayout();
|
||||
auto tabbedSelectorSectionEnabled =
|
||||
Auth().data().tabbedSelectorSectionEnabled();
|
||||
auto thirdSectionInfoEnabled =
|
||||
|
Reference in New Issue
Block a user