FightingForDevelop commented on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647888014


   > 我是在activity页面这样写的
   > 
   > ```
   > private void syncSDKInit(final String RenderPageUrl) {
   >         if (!WXSDKEngine.isInitialized()) {
   >             mTipView.postDelayed(new Runnable() {
   >                 @Override
   >                 public void run() {
   >                     syncSDKInit(RenderPageUrl);
   >                 }
   >             }, 100);
   >         } else {
   >             jumpPage(RenderPageUrl);
   >         }
   >     }
   > ```
   这样写应该会好一点,我试一下,多谢
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to