stop posting toast about net status fix working

This commit is contained in:
Eric House 2016-01-11 07:23:25 -08:00
parent c13b637b46
commit e1f6bc3c8e

View file

@ -82,11 +82,7 @@ public class NetStateCache {
boolean netAvail = getIsConnected( context );
if ( netAvail ) {
String msg = "netAvail(): second-guessing successful!!!";
DbgUtils.logf( msg );
if ( BuildConfig.DEBUG ) {
Utils.showToast( context, msg );
}
DbgUtils.logf( "netAvail(): second-guessing successful!!!" );
s_netAvail = true;
if ( null != s_receiver ) {
s_receiver.notifyStateChanged( context );