mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
revert change that broke board updating on 2.3.7. Yay for git
bisect!!!!
This commit is contained in:
parent
9dc50c9aa8
commit
a86ff8b7b0
1 changed files with 4 additions and 4 deletions
|
@ -321,10 +321,10 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
|
|||
}
|
||||
}
|
||||
|
||||
// Force update now that we have bits to copy
|
||||
if ( drew ) {
|
||||
m_parent.runOnUiThread( m_invalidator );
|
||||
}
|
||||
// Force update now that we have bits to copy. I don't know why (yet),
|
||||
// but on older versions of Android we need to run this even if drew
|
||||
// is false
|
||||
m_parent.runOnUiThread( m_invalidator );
|
||||
}
|
||||
|
||||
public void dimsChanged( BoardDims dims )
|
||||
|
|
Loading…
Reference in a new issue