mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
fix, by inspection, NPE reported via Play dev console
This commit is contained in:
parent
843c6389cf
commit
e9ffcdbbc5
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
|
||||||
// nothing to do
|
// nothing to do
|
||||||
} else if ( null == m_gi ) {
|
} else if ( null == m_gi ) {
|
||||||
// nothing to do either
|
// nothing to do either
|
||||||
|
} else if ( null == m_jniThread ) {
|
||||||
|
// nothing to do either
|
||||||
} else if ( null == m_dims ) {
|
} else if ( null == m_dims ) {
|
||||||
// m_canvas = null;
|
// m_canvas = null;
|
||||||
// need to synchronize??
|
// need to synchronize??
|
||||||
|
|
Loading…
Reference in a new issue