Skip to content

Commit

Permalink
Merge pull request #41 from cometchat-pro/v3
Browse files Browse the repository at this point in the history
V3
  • Loading branch information
vivekCometChat authored Feb 2, 2023
2 parents 2cd963b + a6a38fe commit 58c278f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "3.0.9-3"
versionName "3.0.9-4"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
renderscriptSupportModeEnabled true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void onClick(View v) {
if (url!=null) {
WebSettings webSettings = webView.getSettings();
webSettings.setJavaScriptEnabled(true);
webSettings.setAppCacheEnabled(true);
webSettings.setCacheMode(WebSettings.LOAD_DEFAULT);
webView.setWebViewClient(new WebViewClient()
{
@Override
Expand Down

0 comments on commit 58c278f

Please sign in to comment.