android: only start service when app is in the background, change service icon (#790)

* android: only start service when app is in the background, change service icon

* update version v3.0 (38)

* set flag
This commit is contained in:
Evgeny Poberezkin
2022-07-07 19:05:03 +01:00
committed by GitHub
parent 2ae3748489
commit 2b7de2a7a6
12 changed files with 53 additions and 25 deletions

View File

@@ -179,6 +179,7 @@ func apiGetNtfMessage(nonce: String, encNtfInfo: String) -> NtfMessages? {
if case let .ntfMessages(connEntity, msgTs, ntfMessages) = r {
return NtfMessages(connEntity: connEntity, msgTs: msgTs, ntfMessages: ntfMessages)
}
logger.debug("apiGetNtfMessage ignored response: \(String.init(describing: r), privacy: .public)")
return nil
}