mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
fix compile
This commit is contained in:
parent
bc989dc903
commit
3d4993bf09
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue