Skip to content

Commit

Permalink
Remove queued notifications after requesting transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
indragiek committed Jan 31, 2016
1 parent bb68dda commit 460ae94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/AresKit/ConnectionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ private let DiscoveryUUIDKey = "uuid";
for notification in notifications {
requestTransferFromPeer(peerID, filePath: notification.filePath)
}
UUIDToNotificationMap.removeValueForKey(uuid)
}
}

Expand Down

1 comment on commit 460ae94

@odeke-em
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last commit before the showing
handclap

Please sign in to comment.