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

2018-06-25 Thread wuxibiao (JIRA)


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


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

2018-06-25 Thread wuxibiao (JIRA)
wuxibiao created WEEX-478:
-

 Summary: [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


in module WXRecyclerUpdateController

 if (![diffResult hasChanges]) {

        return;   

}

it will make isUpdating always true 

 

 



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