mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 23:00:58 +00:00
Fix crash in unloaded userpic handling.
This commit is contained in:
parent
e992702783
commit
147079ce2a
@ -241,6 +241,9 @@ bool PeerData::useEmptyUserpic() const {
|
||||
|
||||
StorageKey PeerData::userpicUniqueKey() const {
|
||||
if (useEmptyUserpic()) {
|
||||
if (!_userpicEmpty) {
|
||||
refreshEmptyUserpic();
|
||||
}
|
||||
return _userpicEmpty->uniqueKey();
|
||||
}
|
||||
return storageKey(_userpicLocation);
|
||||
|
Loading…
Reference in New Issue
Block a user