mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02: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