Fix: Save button redirects to previous page instead of Home#150
Merged
anisharma07 merged 1 commit intoOpenVibes:mainfrom Sep 29, 2025
Merged
Fix: Save button redirects to previous page instead of Home#150anisharma07 merged 1 commit intoOpenVibes:mainfrom
anisharma07 merged 1 commit intoOpenVibes:mainfrom
Conversation
Contributor
Author
|
Following up on my pr. Please let me know if any changes are required. |
Collaborator
|
@AvaneeshKesavan can you share a screenrecording if you ran it on mobile or emulator? |
Contributor
Author
trim.94E3A524-E89B-4CC6-B62E-6FE66D605104.MOV |
Collaborator
|
@AvaneeshKesavan Great! Thanks for contributing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
Closes #109
Description
Currently, the Save button in AddCard and EditCard pages redirects users to the Home Page. This PR fixes the navigation so that after saving, users are taken back to the page they came from (e.g., the Subject page).
Files Changed
navigation.navigate('App')withnavigation.goBack().navigation.navigate('App')withnavigation.goBack().GSSoC Contributor