mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Show saved messages sublists in profile.
This commit is contained in:
@@ -261,8 +261,10 @@ void Row::recountHeight(float64 narrowRatio) {
|
||||
: st::defaultDialogRow.height;
|
||||
} else if (_id.folder()) {
|
||||
_height = st::defaultDialogRow.height;
|
||||
} else {
|
||||
} else if (_id.topic()) {
|
||||
_height = st::forumTopicRow.height;
|
||||
} else {
|
||||
_height = st::defaultDialogRow.height;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user