mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
cleanup
This commit is contained in:
parent
face24e915
commit
f149391838
1 changed files with 3 additions and 3 deletions
|
@ -52,11 +52,11 @@ public class NetLaunchInfo {
|
||||||
|
|
||||||
public NetLaunchInfo( Bundle bundle )
|
public NetLaunchInfo( Bundle bundle )
|
||||||
{
|
{
|
||||||
lang = bundle.getInt( LANG );
|
lang = bundle.getInt( LANG );
|
||||||
room = bundle.getString( ROOM );
|
room = bundle.getString( ROOM );
|
||||||
inviteID = bundle.getString( INVITEID );
|
inviteID = bundle.getString( INVITEID );
|
||||||
nPlayers = bundle.getInt( NPLAYERS );
|
nPlayers = bundle.getInt( NPLAYERS );
|
||||||
m_valid = bundle.getBoolean( VALID );
|
m_valid = bundle.getBoolean( VALID );
|
||||||
}
|
}
|
||||||
|
|
||||||
public NetLaunchInfo( Uri data )
|
public NetLaunchInfo( Uri data )
|
||||||
|
|
Loading…
Reference in a new issue