mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
use changed API
This commit is contained in:
parent
af0048c93a
commit
e59148dbe5
1 changed files with 1 additions and 2 deletions
|
@ -217,11 +217,10 @@ public class NetUtils {
|
||||||
|
|
||||||
private static String[] collectIDs( Context context, int[] nBytes )
|
private static String[] collectIDs( Context context, int[] nBytes )
|
||||||
{
|
{
|
||||||
String[] ids = DBUtils.getRelayIDNoMsgs( context );
|
String[] ids = DBUtils.getRelayIDs( context, false );
|
||||||
int len = 0;
|
int len = 0;
|
||||||
if ( null != ids ) {
|
if ( null != ids ) {
|
||||||
for ( String id : ids ) {
|
for ( String id : ids ) {
|
||||||
Utils.logf( "got relayID: %s", id );
|
|
||||||
len += id.length();
|
len += id.length();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue