From 2e89afe2d47e7bf6d20cef3a1eafea4812afe538 Mon Sep 17 00:00:00 2001 From: nixzhu Date: Fri, 22 Jan 2016 15:20:23 +0800 Subject: [PATCH] check uploadErrorMessage --- Yep/ViewControllers/NewFeed/NewFeedViewController.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Yep/ViewControllers/NewFeed/NewFeedViewController.swift b/Yep/ViewControllers/NewFeed/NewFeedViewController.swift index d02cdcb8..f9997545 100644 --- a/Yep/ViewControllers/NewFeed/NewFeedViewController.swift +++ b/Yep/ViewControllers/NewFeed/NewFeedViewController.swift @@ -797,6 +797,9 @@ class NewFeedViewController: SegueViewController { if let uploadAttachmentID = operation.uploadAttachmentID { uploadAttachmentIDs.append(uploadAttachmentID) } + if let _uploadErrorMessage = operation.uploadErrorMessage { + uploadErrorMessage = _uploadErrorMessage + } } uploadAttachmentOperations.append(operation) /*