Fixing broken story page control.

This commit is contained in:
Samuel Clay 2013-10-16 12:52:21 -07:00
parent 110bdb60e3
commit b2ca2f471d
2 changed files with 2 additions and 1 deletions

View file

@ -216,6 +216,7 @@
[super viewDidAppear:animated];
if (appDelegate.inStoryDetail && UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
appDelegate.inStoryDetail = NO;
[appDelegate.storyPageControl resetPages];
[self checkScroll];
}

View file

@ -5,7 +5,7 @@
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
//#define DEBUG 1
#define DEBUG 1
#ifdef DEBUG
#define BACKGROUND_REFRESH_SECONDS -5