Fixed a bug with how GCM service is constructed

pull/14/head
Sam Bosley 11 years ago
parent 6c478be120
commit 98db1b5614

@ -98,7 +98,7 @@ public class GCMIntentService extends GCMBaseIntentService {
private UserActivityDao userActivityDao;
public GCMIntentService() {
super();
super(SENDER_ID);
DependencyInjectionService.getInstance().inject(this);
}

Loading…
Cancel
Save