Skip to content

Commit

Permalink
Suppress deprecation warning for WebView saved form data
Browse files Browse the repository at this point in the history
This setting still applies to Android N and prior. We disable the feature as it causes various rendering issues.
  • Loading branch information
seniorquico committed Jun 14, 2018
1 parent 172646d commit 8743b38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ public void onReceiveValue(@Nullable final Boolean value) {
*/
@MainThread
@SuppressLint("SetJavaScriptEnabled")
@SuppressWarnings("deprecation")
private void startWebView() {
if (mSafeBrowsingStarted == null || mWebPage == null) {
return;
Expand Down

0 comments on commit 8743b38

Please sign in to comment.