fix compile

This commit is contained in:
Eric House 2022-03-01 10:54:21 -08:00
parent bc989dc903
commit 3d4993bf09

View file

@ -450,7 +450,8 @@ public abstract class DelegateBase implements DlgClickNotify,
ab.setMessage( msg ) ab.setMessage( msg )
.setPositiveButton( android.R.string.ok, null ); .setPositiveButton( android.R.string.ok, null );
boolean showDbg = BuildConfig.NON_RELEASE || getDebugEnabled( m_activity ); boolean showDbg = BuildConfig.NON_RELEASE
|| XWPrefs.getDebugEnabled( m_activity );
if ( showDbg && null != conTypes ) { if ( showDbg && null != conTypes ) {
OnClickListener lstnr = null; OnClickListener lstnr = null;
int buttonTxt = 0; int buttonTxt = 0;