mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move automaticLoad() to DocumentMedia.
This commit is contained in:
@@ -972,7 +972,7 @@ void Document::paint(Painter &p, const QRect &clip, TextSelection selection, con
|
||||
|
||||
const auto cornerDownload = downloadInCorner();
|
||||
|
||||
_data->automaticLoad(parent()->fullId(), parent());
|
||||
_dataMedia->automaticLoad(parent()->fullId(), parent());
|
||||
const auto loaded = dataLoaded();
|
||||
const auto displayLoading = _data->displayLoading();
|
||||
|
||||
|
Reference in New Issue
Block a user