mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
catch another exception
This commit is contained in:
parent
5a7d5b80da
commit
e30497f336
1 changed files with 2 additions and 1 deletions
|
@ -2104,7 +2104,8 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
boolean haveDict;
|
||||
try {
|
||||
haveDict = GameUtils.gameDictsHere( m_activity, rowid );
|
||||
} catch ( GameLock.GameLockedException gle ) {
|
||||
} catch ( GameLock.GameLockedException
|
||||
| GameUtils.NoSuchGameException gle ) {
|
||||
haveDict = true;
|
||||
}
|
||||
if ( haveDict ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue