Skip to content

Commit b8d0515

Browse files
committed
nit
1 parent c8f6328 commit b8d0515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/com/microsoft/identity/common/internal/ui/webview/AzureActiveDirectoryWebViewClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ protected boolean processSwitchBrowserRequest(@NonNull final WebView view, @NonN
350350
final SwitchBrowserHandler handler = new SwitchBrowserHandler(context,ctManager, browser);
351351
return handler.processChallenge(challenge);
352352
}
353+
return false;
353354
}
354355

355356
private void processWebsiteRequest(@NonNull final WebView view, @NonNull final String url) {

0 commit comments

Comments
 (0)