mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
don't turn on selection if already on (fixes Assertion)
This commit is contained in:
parent
f305cbb9fe
commit
ddb87516ab
1 changed files with 1 additions and 2 deletions
|
@ -321,8 +321,7 @@ public class GameListItem extends LinearLayout
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( m_cb.getSelected( m_rowid ) ) {
|
if ( m_cb.getSelected( m_rowid ) && null == m_origDrawable ) {
|
||||||
Assert.assertNull( m_origDrawable );
|
|
||||||
toggleSelected();
|
toggleSelected();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue