ios: fix notification badge count (#903)
This commit is contained in:
committed by
GitHub
parent
afbc7dd2c1
commit
e8749debec
@@ -58,6 +58,7 @@ struct SimpleXApp: App {
|
||||
enteredBackground = ProcessInfo.processInfo.systemUptime
|
||||
}
|
||||
doAuthenticate = false
|
||||
NtfManager.shared.setNtfBadgeCount(chatModel.totalUnreadCount())
|
||||
case .active:
|
||||
if chatModel.chatRunning == true {
|
||||
ChatReceiver.shared.start()
|
||||
|
||||
Reference in New Issue
Block a user