I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9869d082 authored by zzz's avatar zzz
Browse files

fix dumb NPE

parent 0a5e6007
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,8 @@ class I2PWebViewClient extends WebViewClient {
public BGLoad(WebView view, ProgressDialog dialog) {
_view = view;
dialog.setCancelable(true);
if (dialog != null)
dialog.setCancelable(true);
_dialog = dialog;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment