mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
log fragment IDs for now while still debugging this stuff
This commit is contained in:
parent
e4c7b7ab40
commit
36f127fb18
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import junit.framework.Assert;
|
|||
public class MainActivity extends XWActivity
|
||||
implements FragmentManager.OnBackStackChangedListener {
|
||||
private static final int MAX_PANES_LANDSCAPE = 2;
|
||||
private static final boolean LOG_IDS = false;
|
||||
private static final boolean LOG_IDS = true;
|
||||
|
||||
private DelegateBase m_dlgt;
|
||||
private boolean m_dpEnabled;
|
||||
|
|
Loading…
Reference in a new issue