Skip to content

Commit 6aeeab2

Browse files
Merge pull request #3 from brightwheel/release/1.9.8-bw
Release/1.9.8-bw
2 parents f5ccdb1 + 78fbaef commit 6aeeab2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

SlackTextViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@version = "1.9.6"
1+
@version = "1.9.8-bw"
22

33
Pod::Spec.new do |s|
44
s.name = "SlackTextViewController"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.screenshots = "https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/slacktextviewcontroller_demo.gif"
1010
s.license = { :type => 'MIT', :file => 'LICENSE' }
1111
s.author = { "Slack Technologies, Inc." => "[email protected]" }
12-
s.source = { :git => "https://github.com/slackhq/SlackTextViewController.git", :tag => "v#{s.version}" }
12+
s.source = { :git => "https://github.com/brightwheel/SlackTextViewController.git", :tag => "v#{s.version}" }
1313

1414
s.frameworks = 'CoreGraphics', 'UIKit'
1515
s.platform = :ios, "7.0"

SlackTextViewController/SlackTextViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.9.7-b</string>
18+
<string>1.9.8-bw</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Source/SLKTextViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,6 @@ - (void)scrollViewDidScroll:(UIScrollView *)scrollView
22132213
_keyboardHeightBeforeDragging = self.keyboardHC.constant;
22142214
}
22152215
}
2216-
[self dismissKeyboard:YES];
22172216
}
22182217

22192218

0 commit comments

Comments
 (0)