add showConfirmThen (which XWListActivity already has)

This commit is contained in:
Andy2 2011-02-25 06:53:36 -08:00
parent d41487150b
commit 0be59d1ba7

View file

@ -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 );
}
}