mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
d5f8bebeeb
commit
2099de1d2f
|
@ -825,6 +825,7 @@ public class Helper {
|
|||
id.put("name", context.getString(R.string.app_name));
|
||||
id.put("version", BuildConfig.VERSION_NAME);
|
||||
Map<String, String> sid = istore.id(id);
|
||||
if (sid != null)
|
||||
for (String key : sid.keySet())
|
||||
Log.i("Server " + key + "=" + sid.get(key));
|
||||
} catch (MessagingException ex) {
|
||||
|
|
Loading…
Reference in New Issue