mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
API's changed
This commit is contained in:
parent
61395f07e9
commit
29ebcf0c20
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class XWApp extends Application
|
|||
WiDirWrapper.init( this );
|
||||
|
||||
mPort = Short.valueOf( getString( R.string.nbs_port ) );
|
||||
NBSProxy.register( mPort, BuildConfig.APPLICATION_ID, this );
|
||||
NBSProxy.register( this, mPort, BuildConfig.APPLICATION_ID, this );
|
||||
}
|
||||
|
||||
@OnLifecycleEvent(ON_ANY)
|
||||
|
|
Loading…
Add table
Reference in a new issue