Respond to CR.

This commit is contained in:
Matthew Chen 2019-09-18 17:36:50 -03:00
parent 9f93b6c62e
commit 561e84669e

View File

@ -217,8 +217,7 @@ public class ContactsPicker: OWSViewController, UITableViewDelegate, UITableView
Logger.error("Failed to fetch contacts with error:\(error)")
}
@unknown default:
owsFailDebug("Unexpected enum value.")
errorHandler(OWSErrorMakeAssertionError("Unexpected enum value"))
errorHandler(OWSAssertionError("Unexpected enum value"))
break
}
}