mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
override onRestart to, like onStart, register subclasses with
DispatchNotify class as ready to handle notifications.
This commit is contained in:
parent
d02295ac85
commit
cf65d9baec
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@ public class XWListActivity extends ListActivity {
|
||||||
DispatchNotify.SetRunning( this );
|
DispatchNotify.SetRunning( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onRestart()
|
||||||
|
{
|
||||||
|
super.onRestart();
|
||||||
|
DispatchNotify.SetRunning( this );
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onStop()
|
protected void onStop()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue