mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
replace array[1] with HashSet to support more than one db change
listener (part 2)
This commit is contained in:
parent
b57b6b1b31
commit
ed8707fb4b
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ public class GamesList extends XWListActivity
|
||||||
// (TelephonyManager)getSystemService( Context.TELEPHONY_SERVICE );
|
// (TelephonyManager)getSystemService( Context.TELEPHONY_SERVICE );
|
||||||
// mgr.listen( m_phoneStateListener, PhoneStateListener.LISTEN_NONE );
|
// mgr.listen( m_phoneStateListener, PhoneStateListener.LISTEN_NONE );
|
||||||
// m_phoneStateListener = null;
|
// m_phoneStateListener = null;
|
||||||
DBUtils.setDBChangeListener( null );
|
DBUtils.clearDBChangeListener( this );
|
||||||
DispatchNotify.SetRelayIDsHandler( null );
|
DispatchNotify.SetRelayIDsHandler( null );
|
||||||
|
|
||||||
super.onStop();
|
super.onStop();
|
||||||
|
|
Loading…
Add table
Reference in a new issue