프로젝트

일반

사용자정보

개정판 6a19b48d

ID6a19b48d4d65f0132542748dacd26fb0b1c9c89a
상위 c1946e9c
하위 d2050059, f5f788c2

김태성이(가) 약 2년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)