zhaoyang 2 年之前
父节点
当前提交
5ef1a3802d
共有 1 个文件被更改,包括 1 次插入13 次删除
  1. 1 13
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemGalleryView.cs

+ 1 - 13
GameClient/Assets/Game/HotUpdate/Views/Poem/PoemGalleryView.cs

@@ -668,22 +668,10 @@ namespace GFGGame
             // OnPullUpTimeComplete();
             if (result)
             {
-                Timers.inst.StartCoroutine(PictureStorageHelper.Download(_galleryDatas, _lastGalleryDatasCount, UpdatePullUp));
+                Timers.inst.StartCoroutine(PictureStorageHelper.Download(_galleryDatas, _lastGalleryDatasCount, UpdateGalleryList));
             }
         }
-        private void UpdatePullUp()
-        {
-            UpdateGalleryList();
-            // if (_list.numItems > _lastListCount)
-            // {
-            //     _list.ScrollToView(_lastListCount, true);
-            // }
-            // else if (_list1.numItems > _lastList1Count)
-            // {
-            //     _list1.ScrollToView(_lastList1Count, true);
-            // }
 
-        }
 
         private void OnPullUpTimeComplete()
         {