mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Fixed restoring wrong notification channel group
This commit is contained in:
@@ -384,8 +384,6 @@ public class ApplicationEx extends Application {
|
||||
|
||||
if (jchannel.has("group") && !jchannel.isNull("group"))
|
||||
channel.setGroup(jchannel.getString("group"));
|
||||
else
|
||||
channel.setGroup("contacts");
|
||||
|
||||
if (jchannel.has("description") && !jchannel.isNull("description"))
|
||||
channel.setDescription(jchannel.getString("description"));
|
||||
|
||||
Reference in New Issue
Block a user