Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 179f02c

Browse files
author
valconetti
committed
Fix formatting
1 parent bd845b9 commit 179f02c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/url_launcher/url_launcher/android/src/main/java/io/flutter/plugins/urllauncher

packages/url_launcher/url_launcher/android/src/main/java/io/flutter/plugins/urllauncher/WebViewActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ public boolean shouldOverrideUrlLoading(
8787
}
8888

8989
/*
90-
* This method is deprecated in API 24. Still overridden to support
91-
* earlier Android versions.
92-
*/
90+
* This method is deprecated in API 24. Still overridden to support
91+
* earlier Android versions.
92+
*/
9393
@SuppressWarnings("deprecation")
9494
@Override
9595
public boolean shouldOverrideUrlLoading(WebView view, String url) {

0 commit comments

Comments
 (0)