Skip to content

Commit

Permalink
* [ios] fix bug:_updateAttributesOnComponentThread reset styles delete
Browse files Browse the repository at this point in the history
  • Loading branch information
kfeagle committed Nov 30, 2016
1 parent d1c0932 commit 7c993d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK/Sources/Component/WXTextComponent.m
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ - (void)_updateStylesOnComponentThread:(NSDictionary *)styles resetStyles:(NSDic
[self syncTextStorageForView];
}

- (void)_updateAttributesOnComponentThread:(NSDictionary *)attributes resetStyles:(NSDictionary *)resetStyles
- (void)_updateAttributesOnComponentThread:(NSDictionary *)attributes
{
[super _updateAttributesOnComponentThread:attributes];

Expand Down

0 comments on commit 7c993d1

Please sign in to comment.