mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
formatting
This commit is contained in:
parent
36bce5332d
commit
0f6615b25b
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class GCMIntentService extends GCMBaseIntentService {
|
|||
GCMRegistrar.checkDevice( app );
|
||||
// GCMRegistrar.checkManifest( app );
|
||||
String regId = DevID.getGCMDevID( app );
|
||||
if (regId.equals("")) {
|
||||
if ( regId.equals("") ) {
|
||||
GCMRegistrar.register( app, GCMConsts.SENDER_ID );
|
||||
}
|
||||
} catch ( UnsupportedOperationException uoe ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue