mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
clear background drawable when no longer a local turn
This commit is contained in:
parent
7f9898f317
commit
a3b24be661
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public class ExpiringDelegate {
|
|||
if ( haveTurnLocal ) {
|
||||
setBackground();
|
||||
} else {
|
||||
m_view.setBackgroundDrawable( null );
|
||||
m_view.setWillNotDraw( false );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue