You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify: drop unused stop() from NetworkConnectionMonitor
The monitor is registered once for the whole process lifetime and never torn
down, so stop() had no callers. Removing it also lets the handlerThread and
networkCallback fields go — they were only read by stop(). connectivityManager
stays since hasActiveConnection() uses it.
0 commit comments