Fixing bug where screen rotate would keep creating new NSD services

This commit is contained in:
Rohan Kuruvilla 2013-04-26 13:45:26 -07:00
parent eb85a6c1fb
commit 8209fa56a2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class CocosPlayerPresence extends Service {
public static int startPresence() {
if (port < 0 || !running)
if (port < 0 || running)
return -1;
Log.i(TAG, "Starting NSD Service");