Skip to content

bugfix: correct result code on changes save #828

New issue

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

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

Already on GitHub? # to your account

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant