Merge "Reset notification state on wifi enable" into froyo

This commit is contained in:
Irfan Sheriff
2010-04-19 09:50:37 -07:00
committed by Android (Google) Code Review

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.
*/