fix assertion: rowid of -1 means all

This commit is contained in:
Eric House 2013-11-24 18:13:36 -08:00
parent 97fbbf8897
commit 7743fc52d5

View file

@ -488,7 +488,7 @@ public class GamesList extends XWExpandableListActivity
{
runOnUiThread( new Runnable() {
public void run() {
if ( countChanged ) {
if ( countChanged || DBUtils.ROWID_NOTFOUND == rowid ) {
onContentChanged();
if ( DBUtils.ROWID_NOTFOUND != rowid ) {
m_launchedGame = rowid;