We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d3e00 commit d0da327Copy full SHA for d0da327
1 file changed
Core/Sources/Core/InputUtils/SegmentsManager.swift
@@ -809,7 +809,6 @@ public final class SegmentsManager {
809
suggestSelectionIndex = nil
810
}
811
812
- // swiftlint:disable:next cyclomatic_complexity
813
public func requestPredictionCandidates() -> [PredictionCandidate] {
814
guard Config.DebugPredictiveTyping().value else {
815
return []
0 commit comments