aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;