mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
log onDestroy too
This commit is contained in:
parent
0a843bd430
commit
f23a28cbce
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ public class XWFragment extends Fragment implements Delegator {
|
|||
@Override
|
||||
public void onDestroy()
|
||||
{
|
||||
DbgUtils.logdf( "%s.onDestroy() called", this.getClass().getName() );
|
||||
m_dlgt.onDestroy();
|
||||
super.onDestroy();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue