Fix date/unread bar display in albums.
This commit is contained in:
parent
17b913fb13
commit
adcce61b52
|
@ -1533,7 +1533,7 @@ QRect Message::countGeometry() const {
|
|||
|
||||
int Message::resizeContentGetHeight(int newWidth) {
|
||||
if (isHiddenByGroup()) {
|
||||
return 0;
|
||||
return marginTop() + marginBottom();
|
||||
} else if (newWidth < st::msgMinWidth) {
|
||||
return height();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue