mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Support item repaint in Info media overview.
This commit is contained in:
@@ -176,7 +176,7 @@ private:
|
||||
}
|
||||
void handlePeerNameChange(not_null<PeerData*> peer, const PeerData::Names &oldNames, const PeerData::NameFirstChars &oldChars);
|
||||
|
||||
void itemRemoved(HistoryItem *item);
|
||||
void itemRemoved(not_null<const HistoryItem*> item);
|
||||
enum class UpdateRowSection {
|
||||
Default = (1 << 0),
|
||||
Filtered = (1 << 1),
|
||||
|
Reference in New Issue
Block a user