add another variant of showConfirmThen()

This commit is contained in:
Eric House 2012-04-12 22:56:40 -07:00
parent e2be770ca9
commit 8a4452ea53

View file

@ -151,6 +151,11 @@ public class XWListActivity extends ListActivity
showConfirmThen( getString(msg), action ); showConfirmThen( getString(msg), action );
} }
protected void showConfirmThen( String msg, int posButton, int action )
{
m_delegate.showConfirmThen( msg, posButton, action );
}
protected void showConfirmThen( int msg, int posButton, int action ) protected void showConfirmThen( int msg, int posButton, int action )
{ {
m_delegate.showConfirmThen( getString(msg), posButton, action ); m_delegate.showConfirmThen( getString(msg), posButton, action );