| 219 | } |
| 220 | |
| 221 | bool PhotoData::cancelled() const { |
| 222 | const auto index = PhotoSizeIndex(PhotoSize::Large); |
| 223 | return (_images[index].flags & Data::CloudFile::Flag::Cancelled); |
| 224 | } |
| 225 | |
| 226 | void PhotoData::setWaitingForAlbum() { |
| 227 | if (uploading()) { |
no test coverage detected