mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
add newbie info on launch of dicts activity (and override method so
don't have to pass null)
This commit is contained in:
parent
6cd22f6461
commit
993e66da99
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue