mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
commented-out line to copy xwdb into /sdcard from which it can be retrieved
This commit is contained in:
parent
4279457471
commit
d463ea3f30
1 changed files with 3 additions and 0 deletions
|
@ -347,6 +347,9 @@ public class GamesListDelegate extends DelegateBase
|
|||
|
||||
protected void init( Bundle savedInstanceState )
|
||||
{
|
||||
// Next line useful if contents of DB are crashing app on start
|
||||
// DBUtils.saveDB( m_activity );
|
||||
|
||||
CrashTrack.init( m_activity );
|
||||
|
||||
m_selGames = new HashSet<Long>();
|
||||
|
|
Loading…
Reference in a new issue