mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +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 ) {
|
if ( 0 == fragCount ) {
|
||||||
finish();
|
finish();
|
||||||
} else if ( fragCount == m_root.getChildCount() - 1 ) {
|
} 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",
|
// DbgUtils.logf( "onBackStackChanged(): removing view with id %x",
|
||||||
// child.getId() );
|
// child.getId() );
|
||||||
m_root.removeViewAt( fragCount );
|
m_root.removeView( child );
|
||||||
setVisiblePanes();
|
setVisiblePanes();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue