mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing broken story page control.
This commit is contained in:
parent
110bdb60e3
commit
b2ca2f471d
2 changed files with 2 additions and 1 deletions
|
@ -216,6 +216,7 @@
|
|||
[super viewDidAppear:animated];
|
||||
if (appDelegate.inStoryDetail && UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
||||
appDelegate.inStoryDetail = NO;
|
||||
[appDelegate.storyPageControl resetPages];
|
||||
[self checkScroll];
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue