Merge "Reset notification state on wifi enable" into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
1892013643
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user