mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
cleanup: use consistent terms even in DEBUG build
This commit is contained in:
parent
4d1fc6524c
commit
2220db9dfa
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ public class MainActivity extends XWActivity
|
|||
protected void onCreate( Bundle savedInstanceState )
|
||||
{
|
||||
m_dpEnabled = XWPrefs.dualpaneEnabled( this );
|
||||
if ( BuildConfig.DEBUG ) {
|
||||
Utils.showToast( this, "dualpane mode: " + m_dpEnabled );
|
||||
if ( BuildConfig.DEBUG && m_dpEnabled ) {
|
||||
Utils.showToast( this, "Side-by-side mode ENABLED" );
|
||||
}
|
||||
|
||||
m_dlgt = m_dpEnabled ? new DualpaneDelegate( this, savedInstanceState )
|
||||
|
|
Loading…
Reference in a new issue