mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
fix compile error
This commit is contained in:
parent
2082b40d4a
commit
010fae495b
1 changed files with 2 additions and 1 deletions
|
@ -195,7 +195,8 @@ public class DBUtils {
|
|||
case COMMS_CONN_SMS:
|
||||
col = cursor.getColumnIndex( DBHelper.REMOTEDEVS );
|
||||
if ( col >= 0 ) {
|
||||
summary.setRemoteDevs( cursor.getString( col ) );
|
||||
summary.setRemoteDevs( context,
|
||||
cursor.getString( col ) );
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue