Skip to content

Commit

Permalink
Remove deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Sep 5, 2020
1 parent 7fbdbaa commit 1cd8c30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ protected void onCreate(Bundle savedInstanceState) {
webSettings.setCacheMode(WebSettings.LOAD_DEFAULT);
webSettings.setLoadWithOverviewMode(true);
webSettings.setUseWideViewPort(false);
webSettings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.SINGLE_COLUMN);
initialWebViewScale = getResources().getDisplayMetrics().density;
currentScale = getScale();
webView.setInitialScale(currentScale);
Expand Down

0 comments on commit 1cd8c30

Please sign in to comment.