mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +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 ) {
|
if ( haveTurnLocal ) {
|
||||||
setBackground();
|
setBackground();
|
||||||
} else {
|
} else {
|
||||||
|
m_view.setBackgroundDrawable( null );
|
||||||
m_view.setWillNotDraw( false );
|
m_view.setWillNotDraw( false );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue