add newbie info on launch of dicts activity (and override method so

don't have to pass null)
This commit is contained in:
Andy2 2010-12-16 06:37:05 -08:00
parent 6cd22f6461
commit 993e66da99
2 changed files with 8 additions and 0 deletions

View file

@ -86,6 +86,9 @@ public class DictsActivity extends XWListActivity
download.setOnClickListener( this );
mkListAdapter();
showNotAgainDlg( R.string.not_again_dicts,
R.string.key_notagain_dicts );
}
@Override

View file

@ -81,6 +81,11 @@ public class XWListActivity extends ListActivity {
m_delegate.showNotAgainDlgThen( msgID, prefsKey, proc );
}
protected void showNotAgainDlg( int msgID, int prefsKey )
{
m_delegate.showNotAgainDlgThen( msgID, prefsKey, null );
}
protected void showOKOnlyDialog( int msgID )
{
m_delegate.showOKOnlyDialog( msgID );