]> gitweb.fperrin.net Git - Dictionary.git/commit
Attempt to fix search sometimes not working.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 18 Apr 2020 10:13:11 +0000 (12:13 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 18 Apr 2020 10:13:11 +0000 (12:13 +0200)
commitca5ee70f5d48b4218e15949b7b77b397a281d676
treebab26eefdcb9e0438618114f6e244ac37832e773
parent391dab855e05ef1e244fc52adf3176e5fc10bb7b
Attempt to fix search sometimes not working.

ListView fails to process setSelection in some cases,
probably related to it being busy updating for a new
IndexAdapter.
Try to avoid this by posting the message to it instead
of to the uiHandler.
Might fix issue #120.
However the delay in jumpToTextFromHyperLink is still
needed, so this still is not really reliable.
src/com/hughes/android/dictionary/DictionaryActivity.java