]> git.eshelyaron.com Git - emacs.git/commit
Fix crash in frame deletion on Android
authorPo Lu <luangruo@yahoo.com>
Mon, 17 Feb 2025 03:33:50 +0000 (11:33 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 08:47:13 +0000 (09:47 +0100)
commit988ddd62f4af9bdd9d7285e6ae9876cce6a54b41
treef4c4ca4e64f5214a7d63418f16ef48411b430862
parente432786b1af921a9e8ac3f858fb11469574307e3
Fix crash in frame deletion on Android

* java/org/gnu/emacs/EmacsWindow.java (destroyHandle):
Invalidate the input focus in the UI thread, as is proper.

(cherry picked from commit e3dc0ea2544dc09908546c6e6baba47371cbc176)
java/org/gnu/emacs/EmacsWindow.java