Skip to content

Commit c44ab53

Browse files
Fix: The Last Candidate Is Missing
Regression from 0b5dd73.
1 parent 7573b57 commit c44ab53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rime/translation.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ bool DistinctTranslation::Next() {
241241
}
242242
phrase->set_comment(comment);
243243
}
244-
if (translation_->exhausted()) {
245-
set_exhausted(true);
246-
}
247244
return true;
248245
}
249246

0 commit comments

Comments
 (0)