catch another exception

This commit is contained in:
Eric House 2018-12-29 19:56:56 -08:00
parent 5a7d5b80da
commit e30497f336

View file

@ -2104,7 +2104,8 @@ public class GamesListDelegate extends ListDelegateBase
boolean haveDict; boolean haveDict;
try { try {
haveDict = GameUtils.gameDictsHere( m_activity, rowid ); haveDict = GameUtils.gameDictsHere( m_activity, rowid );
} catch ( GameLock.GameLockedException gle ) { } catch ( GameLock.GameLockedException
| GameUtils.NoSuchGameException gle ) {
haveDict = true; haveDict = true;
} }
if ( haveDict ) { if ( haveDict ) {