mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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 )
|
||||
.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 ) {
|
||||
OnClickListener lstnr = null;
|
||||
int buttonTxt = 0;
|
||||
|
|
Loading…
Reference in a new issue