mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Save and restore downloads between launches.
This commit is contained in:
@@ -1256,7 +1256,8 @@ bool DocumentData::isNull() const {
|
||||
return !hasRemoteLocation()
|
||||
&& !hasWebLocation()
|
||||
&& _url.isEmpty()
|
||||
&& !uploading();
|
||||
&& !uploading()
|
||||
&& _location.isEmpty();
|
||||
}
|
||||
|
||||
MTPInputDocument DocumentData::mtpInput() const {
|
||||
|
Reference in New Issue
Block a user