29,6 → 29,7 |
"de.pointedears.converter.extra_num_rates"; //$NON-NLS-1$ |
public static final String EXTRA_DATE = "de.pointedears.converter.extra_date"; //$NON-NLS-1$ |
|
/* NOTE: Don't remove; may be used later for automated updates */ |
// private sendTimerTask sendTime = null; |
|
// /** inner class implements the broadcast timer */ |
100,7 → 101,7 |
if (this.updateThread == null) |
{ |
this.ratesUpdater = |
new RatesUpdater(UpdateService.getActivityContext(), this); |
new RatesUpdater(UpdateService.activityContext, this); |
this.updateThread = |
new ConverterThread(this.ratesUpdater, this.handler); |
this.ratesUpdater.setUpdateThread(this.updateThread); |
139,14 → 140,6 |
} |
|
/** |
* @return the activityContext |
*/ |
public static CurrenciesActivity getActivityContext() |
{ |
return UpdateService.activityContext; |
} |
|
/** |
* @param activityContext |
* the activityContext to set |
*/ |