Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
Release SealTalk Demo version 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
RongRobot committed Mar 21, 2017
1 parent fb287bf commit 129aade
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ios-rongimdemo/RCloudMessage/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.8.7 Stable</string>
<string>2.8.8 Stable</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -42,7 +42,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>201703061605</string>
<string>201703201822</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down Expand Up @@ -126,7 +126,7 @@
<key>NSPhotoLibraryUsageDescription</key>
<string>访问相册</string>
<key>SealTalk Version</key>
<string>1.1.13</string>
<string>1.1.14</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down
3 changes: 1 addition & 2 deletions ios-rongimdemo/RCloudMessage/RCDChatListViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -839,11 +839,10 @@ - (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar{
}

- (void)onSearchCancelClick{
dispatch_async(dispatch_get_main_queue(), ^{
[self.searchNavigationController.view removeFromSuperview];
[self.searchNavigationController removeFromParentViewController];
[self.navigationController setNavigationBarHidden:NO animated:YES];
});
[self refreshConversationTableViewIfNeeded];
}

-(void)refreshCell:(NSNotification *)notify
Expand Down
Loading

0 comments on commit 129aade

Please sign in to comment.