From profile is secure

This commit is contained in:
M66B
2024-06-25 08:13:54 +02:00
parent 7987ac272a
commit 5d82358663
2 changed files with 6 additions and 1 deletions

View File

@@ -1488,6 +1488,10 @@ public class EmailProvider implements Parcelable {
});
}
public boolean isSecure() {
return (score >= 100);
}
@Override
public boolean equals(Object obj) {
if (obj instanceof Server) {