You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "wuxibiao (JIRA)" <ji...@apache.org> on 2018/06/25 09:58:00 UTC

[jira] [Updated] (WEEX-478) [diffResult hasChanges] will cause bug

     [ 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)