mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
add showConfirmThen (which XWListActivity already has)
This commit is contained in:
parent
d41487150b
commit
0be59d1ba7
1 changed files with 6 additions and 0 deletions
|
@ -99,4 +99,10 @@ public class XWActivity extends Activity {
|
|||
{
|
||||
m_delegate.showOKOnlyDialog( msgID );
|
||||
}
|
||||
|
||||
protected void showConfirmThen( int msgID,
|
||||
DialogInterface.OnClickListener action )
|
||||
{
|
||||
m_delegate.showConfirmThen( getString(msgID), action );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue