Skip to content

Commit

Permalink
Merge pull request #26 from linkedin/HakawaiAssertionFix
Browse files Browse the repository at this point in the history
Hakawai: FEEDUI-12763, Fixed assertion failure.
  • Loading branch information
li-svartak committed Jun 6, 2016
2 parents 5969a3d + 14c0cdf commit 795f3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hakawai/Mentions/HKWMentionsPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -1275,8 +1275,8 @@ - (void)advanceStateForInsertionChanged:(unichar)precedingChar
// No mention
[self resetCurrentMentionsData];
self.state = HKWMentionsStateQuiescent;
[self.startDetectionStateMachine cursorMovedWithCharacterNowPrecedingCursor:precedingChar];
}
[self.startDetectionStateMachine cursorMovedWithCharacterNowPrecedingCursor:precedingChar];
break;
}
case HKWMentionsStateSelectedMention: {
Expand Down

0 comments on commit 795f3f7

Please sign in to comment.