RaisinToast icon indicating copy to clipboard operation
RaisinToast copied to clipboard

hideMessage: does not function correctly when bridged into Swift.

Open opi-smccoole opened this issue 8 years ago • 0 comments

Explicitly loop through the errorsToDisplay array in hideMessage: and look for the index of the record we need instead of using indexOf and removeObject. Swift will not call the equality operators since we have RZMessage objects in the array and NSError objects to compare.

opi-smccoole avatar Sep 21 '15 14:09 opi-smccoole