aidy-automan edited a comment on issue #3113:
URL: https://github.com/apache/incubator-weex/issues/3113#issuecomment-647877370


   这样做没问题,我也是在splush页面这样写的
   
   
   
   
   ```
   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