mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Small layout search field hidden. Crash fix in common groups section.
Also clearing cloud drafts in deactivated chats after migrating them.
This commit is contained in:
@@ -3626,6 +3626,11 @@ void readSavedGifs() {
|
||||
void writeBackground(int32 id, const QImage &img) {
|
||||
if (!_working() || !_backgroundCanWrite) return;
|
||||
|
||||
if (!_localKey.created()) {
|
||||
LOG(("App Error: localkey not created in writeBackground()"));
|
||||
return;
|
||||
}
|
||||
|
||||
QByteArray bmp;
|
||||
if (!img.isNull()) {
|
||||
QBuffer buf(&bmp);
|
||||
|
Reference in New Issue
Block a user