Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

5.03 update forecast adapter#331

Open
Lustralis wants to merge 2 commits into5.02_build_today_itemfrom
5.03_update_forecast_adapter
Open

5.03 update forecast adapter#331
Lustralis wants to merge 2 commits into5.02_build_today_itemfrom
5.03_update_forecast_adapter

Conversation

@Lustralis
Copy link
Copy Markdown

On line 86 - this won't even compile:

return String.format(context.getString( formatId, today, getFormattedMonthDay(context, dateInMillis)));

remove the method String.format like this:

return context.getString(formatId, today, getFormattedMonthDay(context, dateInMillis));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants