Commit e94ea1e9 by Kim Peace

Merge branch 'communication/develop_onuma' into 'communication/develop'

ネイティブからWebViewを読み込む時のIndicatorを非表示にした。

See merge request !194
parents cc54b93d d90ab539
......@@ -194,7 +194,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements
chatData.setIsOnline(true);
chatWebviewUrl = ABookCommConstants.CHAT_PAGE_URL;
showProgressPopup();
CommonExecutor.execute(new Runnable() {
@Override
public void run() {
......@@ -213,7 +212,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements
}
}
});
closeProgressPopup();
} catch (Exception e) {
e.printStackTrace();
Logger.d("Update error");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment