Răsfoiți Sursa

fix observer, observing dsMsgsNoticed now

cyberta 4 ani în urmă
părinte
comite
8281466d09
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      deltachat-ios/Helper/NotificationManager.swift

+ 1 - 1
deltachat-ios/Helper/NotificationManager.swift

@@ -78,7 +78,7 @@ public class NotificationManager {
 
     private func initMsgsNoticedObserver() {
         msgsNoticedObserver =  NotificationCenter.default.addObserver(
-            forName: dcNotificationIncoming,
+            forName: dcMsgsNoticed,
             object: nil, queue: OperationQueue.main
         ) { _ in
             DispatchQueue.global(qos: .background).async {