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

5.03 update forecast adapter #331

Open
wants to merge 2 commits into
base: 5.02_build_today_item
Choose a base branch
from

Conversation

Lustralis
Copy link

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.

None yet

2 participants