From a66fa75962028783e2e176bc33d2bd8104d045a5 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Fri, 9 Aug 2024 14:52:52 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: bjoern --- DcCore/DcCore/DC/events.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/DcCore/DcCore/DC/events.swift b/DcCore/DcCore/DC/events.swift index 329698bc5..a4c5247a2 100644 --- a/DcCore/DcCore/DC/events.swift +++ b/DcCore/DcCore/DC/events.swift @@ -71,7 +71,6 @@ public class DcEventHandler { } case DC_EVENT_IMEX_PROGRESS: - NotificationCenter.default.post(name: Event.importExportProgress, object: nil, userInfo: [ "progress": Int(data1), "error": Int(data1) == 0,