draw after changing/adding dict chars -- this may be the final step

required to be able to render a board.
This commit is contained in:
Eric House 2013-11-08 06:06:18 -08:00
parent 5a555b11b0
commit ea6ad877ca

View file

@ -606,6 +606,10 @@ public class BoardCanvas extends Canvas implements DrawCtx {
m_activity.runOnUiThread( new Runnable() {
public void run() {
m_dictChars = XwJNI.dict_getChars( dictPtr );
// draw again
if ( null != m_jniThread ) {
m_jniThread.handle( JNIThread.JNICmd.CMD_DRAW );
}
}
});
}