mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Refactoring
This commit is contained in:
@@ -96,7 +96,7 @@ public class EntityAccount implements Serializable {
|
||||
}
|
||||
|
||||
static String getNotificationChannelName(long account) {
|
||||
return "notification." + account;
|
||||
return "notification" + (account == 0 ? "" : "." + account);
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.O)
|
||||
|
||||
Reference in New Issue
Block a user