platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java in rhodes-3.4.2 vs platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java in rhodes-3.5.1.12

- old
+ new

@@ -223,10 +223,10 @@ public void onPlatformActivate() { if ( com.rho.Capabilities.ENABLE_PUSH ) { - if ( !rhomobile.PushListeningThread.isPushServiceEnabled() ) + if ( !com.rho.sync.ClientRegister.isPushServiceEnabled() ) return; getUiApplication().invokeLater( new Runnable() { public void run()