mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
fix a bug with a double request on blurblogs
This commit is contained in:
parent
48f3a4997f
commit
e1b0b6b17b
3 changed files with 13 additions and 11 deletions
|
@ -176,13 +176,13 @@
|
|||
[storyTitlesTable scrollRectToVisible:CGRectMake(0, 0, 1, 1) animated:YES];
|
||||
}
|
||||
if (appDelegate.isSocialView) {
|
||||
theFeedDetailURL = [NSString stringWithFormat:@"http://%@/social/stories/%@?page=%d",
|
||||
theFeedDetailURL = [NSString stringWithFormat:@"http://%@/social/stories/%@/?page=%d",
|
||||
NEWSBLUR_URL,
|
||||
[appDelegate.activeFeed objectForKey:@"user_id"],
|
||||
self.feedPage];
|
||||
|
||||
NSLog(@"calling%@", theFeedDetailURL);
|
||||
} else {
|
||||
theFeedDetailURL = [NSString stringWithFormat:@"http://%@/reader/feed/%@?page=%d",
|
||||
theFeedDetailURL = [NSString stringWithFormat:@"http://%@/reader/feed/%@/?page=%d",
|
||||
NEWSBLUR_URL,
|
||||
[appDelegate.activeFeed objectForKey:@"id"],
|
||||
self.feedPage];
|
||||
|
|
|
@ -76,5 +76,7 @@
|
|||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>UIStatusBarStyle</key>
|
||||
<string>UIStatusBarStyleBlackOpaque</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<object class="IBUILabel" id="750430533">
|
||||
<reference key="NSNextResponder" ref="994014136"/>
|
||||
<int key="NSvFlags">289</int>
|
||||
<string key="NSFrame">{{96, 44}, {184, 15}}</string>
|
||||
<string key="NSFrame">{{154, 44}, {139, 15}}</string>
|
||||
<reference key="NSSuperview" ref="994014136"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView"/>
|
||||
|
@ -91,7 +91,7 @@
|
|||
<object class="IBUILabel" id="417683225">
|
||||
<reference key="NSNextResponder" ref="994014136"/>
|
||||
<int key="NSvFlags">290</int>
|
||||
<string key="NSFrame">{{27, 8}, {253, 34}}</string>
|
||||
<string key="NSFrame">{{27, 8}, {266, 34}}</string>
|
||||
<reference key="NSSuperview" ref="994014136"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="194816084"/>
|
||||
|
@ -132,7 +132,7 @@
|
|||
<object class="IBUILabel" id="194816084">
|
||||
<reference key="NSNextResponder" ref="994014136"/>
|
||||
<int key="NSvFlags">294</int>
|
||||
<string key="NSFrame">{{27, 44}, {149, 15}}</string>
|
||||
<string key="NSFrame">{{27, 44}, {119, 15}}</string>
|
||||
<reference key="NSSuperview" ref="994014136"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="750430533"/>
|
||||
|
@ -209,7 +209,7 @@
|
|||
<object class="IBUIView" id="111782255">
|
||||
<reference key="NSNextResponder" ref="247257992"/>
|
||||
<int key="NSvFlags">292</int>
|
||||
<string key="NSFrameSize">{12, 91}</string>
|
||||
<string key="NSFrameSize">{12, 80}</string>
|
||||
<reference key="NSSuperview" ref="247257992"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="1001310564"/>
|
||||
|
@ -219,7 +219,7 @@
|
|||
<object class="IBUILabel" id="607536273">
|
||||
<reference key="NSNextResponder" ref="247257992"/>
|
||||
<int key="NSvFlags">289</int>
|
||||
<string key="NSFrame">{{161, 62}, {119, 15}}</string>
|
||||
<string key="NSFrame">{{163, 62}, {131, 15}}</string>
|
||||
<reference key="NSSuperview" ref="247257992"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView"/>
|
||||
|
@ -249,7 +249,7 @@
|
|||
<object class="IBUILabel" id="753396836">
|
||||
<reference key="NSNextResponder" ref="247257992"/>
|
||||
<int key="NSvFlags">294</int>
|
||||
<string key="NSFrame">{{39, 26}, {241, 34}}</string>
|
||||
<string key="NSFrame">{{39, 26}, {255, 34}}</string>
|
||||
<reference key="NSSuperview" ref="247257992"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="450494992"/>
|
||||
|
@ -278,7 +278,7 @@
|
|||
<object class="IBUILabel" id="450494992">
|
||||
<reference key="NSNextResponder" ref="247257992"/>
|
||||
<int key="NSvFlags">292</int>
|
||||
<string key="NSFrame">{{39, 62}, {150, 15}}</string>
|
||||
<string key="NSFrame">{{39, 62}, {116, 15}}</string>
|
||||
<reference key="NSSuperview" ref="247257992"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="607536273"/>
|
||||
|
@ -475,9 +475,9 @@
|
|||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference ref="753396836"/>
|
||||
<reference ref="1001310564"/>
|
||||
<reference ref="111782255"/>
|
||||
<reference ref="450494992"/>
|
||||
<reference ref="607536273"/>
|
||||
<reference ref="111782255"/>
|
||||
</object>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue