Reset notification state on wifi enable

Bug: 2600111
Change-Id: Ifaa63cd7c05dfa27fbd851de6f7e92f7fc38907b
This commit is contained in:
Irfan Sheriff
2010-04-18 23:04:13 -07:00
parent 975d86dfc6
commit 2d1a6e9429

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