diff --git a/examples/ASDKgram/Sample/AppDelegate.m b/examples/ASDKgram/Sample/AppDelegate.m index 63078d40c8..294e468e07 100644 --- a/examples/ASDKgram/Sample/AppDelegate.m +++ b/examples/ASDKgram/Sample/AppDelegate.m @@ -74,7 +74,8 @@ NSArray *viewControllers = [(UINavigationController *)viewController viewControllers]; UIViewController *rootViewController = viewControllers[0]; if ([rootViewController conformsToProtocol:@protocol(PhotoFeedViewControllerProtocol)]) { - [(id )rootViewController resetAllData]; + // FIXME: the dataModel does not currently handle clearing data during loading properly +// [(id )rootViewController resetAllData]; } } }