mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Upping build # and hiding no focus message on load.
This commit is contained in:
parent
8f9b80516b
commit
256320f344
3 changed files with 4 additions and 3 deletions
|
@ -166,7 +166,8 @@ static UIFont *userLabelFont;
|
|||
|
||||
userAvatarButton.customView.hidden = YES;
|
||||
userInfoBarButton.customView.hidden = YES;
|
||||
|
||||
self.noFocusMessage.hidden = YES;
|
||||
|
||||
[self.navigationController.interactivePopGestureRecognizer addTarget:self action:@selector(handleGesture:)];
|
||||
|
||||
[self addKeyCommandWithInput:@"e" modifierFlags:UIKeyModifierShift action:@selector(selectEverything:) discoverabilityTitle:@"Open All Stories"];
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>87</string>
|
||||
<string>88</string>
|
||||
<key>FacebookAppID</key>
|
||||
<string>230426707030569</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>7.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>87</string>
|
||||
<string>88</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionPointIdentifier</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue