You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/20 07:46:32 UTC

[GitHub] YorkShen closed pull request #1944: [iOS] modify KEY_PAGE_PROPERTIES_RENDER_TYPE wxEagle -> eagle

YorkShen closed pull request #1944: [iOS] modify KEY_PAGE_PROPERTIES_RENDER_TYPE wxEagle -> eagle
URL: https://github.com/apache/incubator-weex/pull/1944
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m b/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m
index 2bc521e289..00a53eeccc 100644
--- a/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m
+++ b/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m
@@ -282,7 +282,7 @@ - (void)_renderWithData:(NSData *)contents
     [self.apmInstance startRecord:self.instanceId];
     self.apmInstance.isStartRender = YES;
     if (self.dataRender) {
-        [self.apmInstance setProperty:KEY_PAGE_PROPERTIES_RENDER_TYPE withValue:@"wxEagle"];
+        [self.apmInstance setProperty:KEY_PAGE_PROPERTIES_RENDER_TYPE withValue:@"eagle"];
     }
 
     self.performance.renderTimeOrigin = CACurrentMediaTime()*1000;
@@ -361,7 +361,7 @@ - (void)_renderWithMainBundleString:(NSString *)mainBundleString
     [self.apmInstance startRecord:self.instanceId];
     self.apmInstance.isStartRender = YES;
     if (self.dataRender) {
-        [self.apmInstance setProperty:KEY_PAGE_PROPERTIES_RENDER_TYPE withValue:@"wxEagle"];
+        [self.apmInstance setProperty:KEY_PAGE_PROPERTIES_RENDER_TYPE withValue:@"eagle"];
     }
     
     self.performance.renderTimeOrigin = CACurrentMediaTime()*1000;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services