mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
f436090c6f
Fix a race condition introduced by making initing jnithread be asynchronous: all the layout that was supposed to happen after listeners were added instead happened before, so that they weren't there to be installed as part of layout. So now, after adding them, get them hooked up to the UI. (The complexity of this is all historical: at some point the listeners were getting added BEFORE there were views to attach them to, so they were cached and added later. Probably now they could simply be installed as part of adding them. But I'm not doing that now.) |
||
---|---|---|
.. | ||
android | ||
common | ||
dawg | ||
debian | ||
linux | ||
newrelay | ||
relay | ||
scripts | ||
tests | ||
wince | ||
Makefile |