project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 3667 9359a70df013
parent 3662 a44406f4369b
child 3668 3f7a95234d8a
equal deleted inserted replaced
3665:bc06dd09cb21 3667:9359a70df013
   147     
   147     
   148     [aTableView deselectRowAtIndexPath:indexPath animated:YES];
   148     [aTableView deselectRowAtIndexPath:indexPath animated:YES];
   149 }
   149 }
   150 
   150 
   151 -(void) removeChat {
   151 -(void) removeChat {
   152     HW_chatEnd();
   152     if (SDL_iPhoneKeyboardIsShown(sdlwindow)) {
   153     if (SDL_iPhoneKeyboardIsShown(sdlwindow))
       
   154         SDL_iPhoneKeyboardHide(sdlwindow);
   153         SDL_iPhoneKeyboardHide(sdlwindow);
       
   154         HW_chatEnd();
       
   155     }
   155 }
   156 }
   156 
   157 
   157 #pragma mark -
   158 #pragma mark -
   158 #pragma mark actionSheet methods
   159 #pragma mark actionSheet methods
   159 -(void) actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger) buttonIndex {
   160 -(void) actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger) buttonIndex {