개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
DownloadManager/PageStorage.cs | ||
---|---|---|
256 | 256 |
{ |
257 | 257 |
result.IsDownLoad = true; |
258 | 258 |
|
259 |
PageLoadCompleted?.Invoke(this, new PageLoadCompletedEventArgs(result)); |
|
259 |
bool isLast = false; |
|
260 |
|
|
261 |
if(result.PageNo == _TotalPages) |
|
262 |
{ |
|
263 |
isLast = true; |
|
264 |
} |
|
265 |
|
|
266 |
PageLoadCompleted?.Invoke(this, new PageLoadCompletedEventArgs(result, isLast)); |
|
260 | 267 |
System.Diagnostics.Debug.WriteLine("Download : " + downloadFilePath); |
261 | 268 |
}; |
262 | 269 |
|
내보내기 Unified diff