Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use language overrides in Firebase DB #48

Merged
merged 1 commit into from
Aug 19, 2016

Conversation

aaronj1335
Copy link
Contributor

This integrates the app's language switching support with the Firebase
DB schema that embeds the language overrides in each checklist item.

This integrates the app's language switching support with the Firebase
DB schema that embeds the language overrides in each checklist item.
@@ -64,12 +73,22 @@ public void onCancelled(DatabaseError databaseError) {

}

private void onLanguageChange(String newValue) {
Copy link
Contributor

@PaulRashidi PaulRashidi Aug 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The listener should probably pass the Language, eh? Not for this CL.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that does seem more user friendly yea

@PaulRashidi
Copy link
Contributor

lgtm

@PaulRashidi
Copy link
Contributor

:shipit:

@aaronj1335 aaronj1335 merged commit 04bbc00 into g11x:master Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants