From d9651408d629812981164861fcf7710e48e99443 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Tue, 5 Dec 2017 18:58:04 +0300
Subject: fix push
---
Juick/AppDelegate.m | 2 +-
Juick/Supporting Files/Juick-Info.plist | 2 +-
Juick/Views/MessageInputView.xib | 16 ++++++++--------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index 4a8d762..e9a5e6d 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -34,7 +34,7 @@
NSString *payload = [userInfo objectForKey:@"mid"];
if (payload != nil) {
NSNumberFormatter *f = [NSNumberFormatter new];
- f.numberStyle = NSNumberFormatterOrdinalStyle;
+ f.numberStyle = NSNumberFormatterNoStyle;
self.pushedThread = [f numberFromString:payload];
}
}
diff --git a/Juick/Supporting Files/Juick-Info.plist b/Juick/Supporting Files/Juick-Info.plist
index 535fda2..7cb47fe 100644
--- a/Juick/Supporting Files/Juick-Info.plist
+++ b/Juick/Supporting Files/Juick-Info.plist
@@ -21,7 +21,7 @@
CFBundleSignature
????
CFBundleVersion
- 1.0.23
+ 1.0.24
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/Juick/Views/MessageInputView.xib b/Juick/Views/MessageInputView.xib
index 54ba547..2245927 100644
--- a/Juick/Views/MessageInputView.xib
+++ b/Juick/Views/MessageInputView.xib
@@ -13,23 +13,23 @@
-
+
-
+
-
+
-
+
-
+
@@ -50,7 +50,7 @@
--
cgit v1.2.3