-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add Reminders #296
Add Reminders #296
Conversation
|
||
public void showDuplicateError() { | ||
View parentLayout = findViewById(R.id.activity_reminders_root_view); | ||
Snackbar.make(parentLayout, "This reminder already exists.", Snackbar.LENGTH_SHORT).show(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Localisation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops
Check also some codacy warnings |
yeah some variables are not used because I've half coded the support for Nougat notifications. |
I will test today and merge if no issues found! |
@emartynov We're ready to merge now. |
Please review and merge.