Commit 8bc13c8
Fix keyboard toggle flicker on iOS
Replace resignFirstResponder/becomeFirstResponder cycle with
reloadInputViews() wrapped in performWithoutAnimation when
switching between the standard keyboard and the custom
KeyboardView. This avoids the keyboard dismiss/show animation
that causes multiple layout passes and terminal flickering.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 14b0a2d commit 8bc13c8
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 152 | + | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
167 | 165 | | |
168 | 166 | | |
169 | 167 | | |
170 | | - | |
171 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| |||
0 commit comments