mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
stop posting toast about net status fix working
This commit is contained in:
parent
c13b637b46
commit
e1f6bc3c8e
1 changed files with 1 additions and 5 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue