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

bugfix: correct result code on changes save #828

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gt4dev
Copy link

@gt4dev gt4dev commented Mar 20, 2022

problem
When user saves changes on creating new task - app shows message 'Task added' - and it's correct.
But when user saves changes after editing existing task - app still shows message 'Task added' - it's bug.
App should show 'Task saved'.

fix
I changed AddEditTaskFragment so it returns correct result code.
Correct codes, texts were already in the code but mistaken was returned result.

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.

None yet

1 participant