Skip to content

Commit

Permalink
made check less generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal-Airtel2022 committed Feb 3, 2022
1 parent fac0bdf commit bb8b211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ protected void doInBackgroundGuarded(Void... params) {
if (message!=null &&
(message.contains("WebView provider")
|| message.contains("No WebView installed")
|| message.contains("WebView")) {
|| message.contains("WebView"))) {
return null;
} else {
throw exception;
Expand Down

0 comments on commit bb8b211

Please sign in to comment.