mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-24 11:12:54 +01:00
Prevent crash
This commit is contained in:
@@ -181,6 +181,9 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
|
||||
@Override
|
||||
public void afterTextChanged(Editable editable) {
|
||||
if (cbSecure == null)
|
||||
return;
|
||||
|
||||
Uri uri = Uri.parse(editable.toString());
|
||||
|
||||
boolean secure = UriHelper.isSecure(uri);
|
||||
|
||||
Reference in New Issue
Block a user