mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
cleanup
This commit is contained in:
parent
c0bef59aad
commit
d3bd8047b1
1 changed files with 2 additions and 2 deletions
|
@ -272,10 +272,10 @@ public class MainActivity extends XWActivity
|
|||
if ( 0 == fragCount ) {
|
||||
finish();
|
||||
} else if ( fragCount == m_root.getChildCount() - 1 ) {
|
||||
// View child = m_root.getChildAt( fragCount );
|
||||
View child = m_root.getChildAt( fragCount );
|
||||
// DbgUtils.logf( "onBackStackChanged(): removing view with id %x",
|
||||
// child.getId() );
|
||||
m_root.removeViewAt( fragCount );
|
||||
m_root.removeView( child );
|
||||
setVisiblePanes();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue