Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: bjoern <r10s@b44t.com>
  • Loading branch information
zeitschlag and r10s committed Aug 9, 2024
1 parent f474dbf commit a66fa75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DcCore/DcCore/DC/events.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a66fa75

Please sign in to comment.