|
@@ -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()
|
|
|
{
|