Fix broken selector

pull/63/head
Niels Andriesse 6 years ago
parent 82e33076ae
commit ea2f93da84

@ -874,7 +874,7 @@ static NSTimeInterval launchStartedAt;
return; return;
} }
[SignalApp.sharedApp.homeViewController showNewConversationView]; [SignalApp.sharedApp.homeViewController showNewConversationVC];
completionHandler(YES); completionHandler(YES);
}]; }];

@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
animated:(BOOL)isAnimated; animated:(BOOL)isAnimated;
// Used by force-touch Springboard icon shortcut // Used by force-touch Springboard icon shortcut
- (void)showNewConversationView; - (void)showNewConversationVC;
@end @end

Loading…
Cancel
Save