mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Fixed calendar name
This commit is contained in:
parent
965e31daba
commit
4e0e75a008
1 changed files with 1 additions and 1 deletions
|
@ -3928,7 +3928,7 @@ public class MessageHelper {
|
|||
try {
|
||||
JSONObject jselected = new JSONObject(account.calendar);
|
||||
selectedAccount = jselected.getString("account");
|
||||
selectedName = jselected.getString("name");
|
||||
selectedName = jselected.optString("name", null);
|
||||
} catch (Throwable ex) {
|
||||
Log.i(ex);
|
||||
selectedAccount = account.calendar;
|
||||
|
|
Loading…
Reference in a new issue