diff --git a/Hakawai/Mentions/HKWMentionsCreationStateMachine.m b/Hakawai/Mentions/HKWMentionsCreationStateMachine.m index d961fa6..7c5ca80 100644 --- a/Hakawai/Mentions/HKWMentionsCreationStateMachine.m +++ b/Hakawai/Mentions/HKWMentionsCreationStateMachine.m @@ -520,10 +520,7 @@ - (void)hideChooserView { // Handle the case where the chooser frame is completely custom if ([HKWMentionsCreationStateMachine modeRequiresCustomFrame:mode]) { // Placeholder frame; used until the constraints are properly applied - chooserFrame = CGRectMake(0, - 0, - [UIApplication sharedApplication].keyWindow.bounds.size.width, - 100); + chooserFrame = CGRectZero; } NSAssert(!CGRectIsNull(chooserFrame), @"Logic error: got a null rect for the chooser view's frame");