am 18920136: Merge "Reset notification state on wifi enable" into froyo

Merge commit '1892013643537f5fc330f5b0a02a0e9cb08b1134' into froyo-plus-aosp

* commit '1892013643537f5fc330f5b0a02a0e9cb08b1134':
  Reset notification state on wifi enable
This commit is contained in:
Irfan Sheriff
2010-04-19 09:55:44 -07:00
committed by Android Git Automerger

View File

@ -735,6 +735,8 @@ public class WifiStateTracker extends NetworkStateTracker {
mRunState = RUN_STATE_RUNNING;
noteRunState();
checkUseStaticIp();
/* Reset notification state on new connection */
resetNotificationTimer();
/*
* DHCP requests are blocking, so run them in a separate thread.
*/