mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-03 16:07:31 +01:00
Composer: disable predictive type on all platforms
This commit is contained in:
parent
04af087c4b
commit
ba3d8b1882
@ -45,9 +45,7 @@ extension TextView.Representable {
|
||||
textView.allowsEditingTextAttributes = false
|
||||
textView.returnKeyType = .default
|
||||
textView.allowsEditingTextAttributes = true
|
||||
#if targetEnvironment(macCatalyst)
|
||||
textView.inlinePredictionType = .no
|
||||
#endif
|
||||
textView.inlinePredictionType = .no
|
||||
|
||||
self.getTextView?(textView)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user