Commit cbd9e2b5 by zhengnw@sobot.com

widget 1.1.8 webview

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