[ 
https://issues.apache.org/jira/browse/WEEX-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wuxibiao updated WEEX-478:
--------------------------
    Description: 
in module WXRecyclerUpdateController

 if (![diffResult hasChanges])

{         return;    }

it will make isUpdating always true in some condition

so the  collectionView will not reload any more

 

 

 

  was:
in module WXRecyclerUpdateController

 if (![diffResult hasChanges]) {

        return;   

}

it will make isUpdating always true 

 

 


> [diffResult hasChanges] will cause bug
> --------------------------------------
>
>                 Key: WEEX-478
>                 URL: https://issues.apache.org/jira/browse/WEEX-478
>             Project: Weex
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 0.18
>         Environment: weex sdk 0.18.0   
>            Reporter: wuxibiao
>            Assignee: xingZhang
>            Priority: Critical
>
> in module WXRecyclerUpdateController
>  if (![diffResult hasChanges])
> {         return;    }
> it will make isUpdating always true in some condition
> so the  collectionView will not reload any more
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to