Commit cbd9e2b5 by zhengnw@sobot.com

widget 1.1.8 webview

parent d4610c98
......@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'widget' //项目名
PUBLISH_VERSION = '1.1.7' //版本号
PUBLISH_VERSION = '1.1.8' //版本号
}
......
......@@ -118,11 +118,11 @@ public class SobotWebViewActivity extends SobotBaseActivity implements View.OnCl
if (isHideTitleBar && getToolBar() != null) {
getToolBar().setVisibility(View.GONE);
}
initWebView();
resetViewDisplay();
if (isHideToolBar && sobot_webview_toolsbar != null) {
sobot_webview_toolsbar.setVisibility(View.GONE);
}
initWebView();
resetViewDisplay();
}
@Override
......
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