summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrentthreadengine.cpp
diff options
context:
space:
mode:
authorBartlomiej Moskal <[email protected]>2025-06-03 13:00:26 +0200
committerBartlomiej Moskal <[email protected]>2025-06-04 19:24:38 +0000
commita4850d0e0f42229afe2af10cee5794d0de70416c (patch)
tree944319681f874d6387879e4a61e91a2025ccf0a5 /src/concurrent/qtconcurrentthreadengine.cpp
parent86d843be47d04ca2d5c2ab1f052cd2a822a2979c (diff)
Android: Avoid restarting InputMethodManager during IME batch editsHEADdev
beginBatchEdit() means the start of a batch of related input operations from the Input Method Editor. We should not restart input until endBatchEdit() is called. Restarting it before may cause issue with inactive InputConnection. This commit fixes an issue where calling InputMethodManager.restartInput() during a batch edit (e.g., between beginBatchEdit and endBatchEdit). Pick-to: 6.10 6.9 6.8 Fixes: QTBUG-136229 Change-Id: I408e6dfd8a91f2d0f1dd8c18dc0dcc2d13cc3e38 Reviewed-by: Assam Boudjelthia <[email protected]>
Diffstat (limited to 'src/concurrent/qtconcurrentthreadengine.cpp')
0 files changed, 0 insertions, 0 deletions