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

Merge commit 'e77bba8f2b67508fc6d4aa7b0054829c2d49965a' into kraken

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

View File

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