mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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
|
||||
} else if ( null == m_gi ) {
|
||||
// nothing to do either
|
||||
} else if ( null == m_jniThread ) {
|
||||
// nothing to do either
|
||||
} else if ( null == m_dims ) {
|
||||
// m_canvas = null;
|
||||
// need to synchronize??
|
||||
|
|
Loading…
Reference in a new issue