mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +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 );
|
boolean netAvail = getIsConnected( context );
|
||||||
if ( netAvail ) {
|
if ( netAvail ) {
|
||||||
String msg = "netAvail(): second-guessing successful!!!";
|
DbgUtils.logf( "netAvail(): second-guessing successful!!!" );
|
||||||
DbgUtils.logf( msg );
|
|
||||||
if ( BuildConfig.DEBUG ) {
|
|
||||||
Utils.showToast( context, msg );
|
|
||||||
}
|
|
||||||
s_netAvail = true;
|
s_netAvail = true;
|
||||||
if ( null != s_receiver ) {
|
if ( null != s_receiver ) {
|
||||||
s_receiver.notifyStateChanged( context );
|
s_receiver.notifyStateChanged( context );
|
||||||
|
|
Loading…
Reference in a new issue