diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWExpandableListActivity.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWExpandableListActivity.java index a6e78ee4c..1d2e82728 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWExpandableListActivity.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/XWExpandableListActivity.java @@ -128,9 +128,10 @@ public class XWExpandableListActivity extends ExpandableListActivity m_delegate.showConfirmThen( msg, posButton, action, params ); } - protected void showConfirmThen( int msg, int posButton, int action ) + protected void showConfirmThen( int msg, int posButton, int action, + Object... params ) { - m_delegate.showConfirmThen( getString(msg), posButton, action ); + m_delegate.showConfirmThen( getString(msg), posButton, action, params ); } // DlgDelegate.DlgClickNotify interface