mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
add another variant of showConfirmThen()
This commit is contained in:
parent
e2be770ca9
commit
8a4452ea53
1 changed files with 5 additions and 0 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Add table
Reference in a new issue