mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
More large emoji layout improvements.
This commit is contained in:
@@ -2759,6 +2759,11 @@ void History::resizeToWidth(int newWidth) {
|
||||
_height = y;
|
||||
}
|
||||
|
||||
void History::forceFullResize() {
|
||||
_width = 0;
|
||||
_flags |= Flag::f_has_pending_resized_items;
|
||||
}
|
||||
|
||||
ChannelId History::channelId() const {
|
||||
return peerToChannel(peer->id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user