aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Paul Young <paulyoungonline@gmail.com>2013-07-14 22:36:52 -0400
committerGravatar Paul Young <paulyoungonline@gmail.com>2013-07-14 22:36:52 -0400
commit58fc7bb84a0bb5b053a63857dc5e81b732c4cf8b (patch)
tree80ac94a96c1296991a3b7f4c496ea0cfe858db6b /example
parentb7b4578de22dce44587b19bb5cfad24c3281fbd6 (diff)
Setting the rendering operation to nil when the complete.
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/MasterViewController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m
index c05fdd9a..0e9e0536 100644
--- a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m
+++ b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.m
@@ -180,6 +180,7 @@ finishedRefreshWithFetcher:(GTMHTTPFetcher *)fetcher
[cell.messageRenderingOperation start:^(NSString * htmlString, NSError * error) {
cell.detailTextLabel.text = htmlString;
+ cell.messageRenderingOperation = nil;
}];
return cell;