From 8a4452ea5301a83a3dedefcc609bcd4b8b4e09da Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 12 Apr 2012 22:56:40 -0700 Subject: [PATCH] add another variant of showConfirmThen() --- .../XWords4/src/org/eehouse/android/xw4/XWListActivity.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWListActivity.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWListActivity.java index a4deb62ad..4599aa13b 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWListActivity.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWListActivity.java @@ -151,6 +151,11 @@ public class XWListActivity extends ListActivity 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 ) { m_delegate.showConfirmThen( getString(msg), posButton, action );