~pjv/collectionista/trunk

« back to all changes in this revision

Viewing changes to collectionista-library/src/net/lp/collectionista/util/ImageUtilities.java

  • Committer: pjv
  • Date: 2014-07-20 19:50:06 UTC
  • Revision ID: ezelspinguin@gmail.com-20140720195006-jdox90w5txfbi0b7
Made receiver work, plus some changes to Google Analytics.

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
        HttpEntity entity = null;
313
313
        try {
314
314
            //Network actions are performed here so we let tracking tag along.
315
 
                        AnalyticsUtils.getInstance().dispatchTracker();
 
315
                        AnalyticsUtils.getInstance().dispatch();
316
316
                        
317
317
            final HttpResponse response = HttpManager.execute(get);
318
318
            if (response.getStatusLine().getStatusCode() == HttpStatus.SC_OK) {