mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
API's changed
This commit is contained in:
parent
8b3c64b476
commit
5c243b3ff9
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…
Reference in a new issue