mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Minor improvements
This commit is contained in:
@@ -69,7 +69,8 @@ public class FragmentWebView extends FragmentEx {
|
||||
}
|
||||
});
|
||||
|
||||
url = getArguments().getString("link");
|
||||
Bundle args = getArguments();
|
||||
url = (args == null ? null : args.getString("link"));
|
||||
webview.loadUrl(url);
|
||||
setSubtitle(url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user