clear background drawable when no longer a local turn

This commit is contained in:
Eric House 2012-12-21 06:20:58 -08:00
parent 7f9898f317
commit a3b24be661

View file

@ -79,6 +79,7 @@ public class ExpiringDelegate {
if ( haveTurnLocal ) {
setBackground();
} else {
m_view.setBackgroundDrawable( null );
m_view.setWillNotDraw( false );
}
}