mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 09:55:24 +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