replace array[1] with HashSet to support more than one db change

listener (part 2)
This commit is contained in:
Andy2 2011-02-28 05:42:09 -08:00
parent b57b6b1b31
commit ed8707fb4b

View file

@ -231,7 +231,7 @@ public class GamesList extends XWListActivity
// (TelephonyManager)getSystemService( Context.TELEPHONY_SERVICE );
// mgr.listen( m_phoneStateListener, PhoneStateListener.LISTEN_NONE );
// m_phoneStateListener = null;
DBUtils.setDBChangeListener( null );
DBUtils.clearDBChangeListener( this );
DispatchNotify.SetRelayIDsHandler( null );
super.onStop();