mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
fix list item not getting updated after its game configuration is changed.
This commit is contained in:
parent
0957c95c8e
commit
2f34fc0d35
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ public class GamesList extends ListActivity {
|
|||
|
||||
case R.id.list_item_config:
|
||||
doConfig( path );
|
||||
invalPath = path;
|
||||
m_invalPath = path;
|
||||
break;
|
||||
|
||||
case R.id.list_item_reset:
|
||||
|
|
Loading…
Reference in a new issue