-
Notifications
You must be signed in to change notification settings - Fork 104
Can't Navigate to UserSettings and SafetyPlan Screens from Navigation Drawer once Back button is Clicked. #405
Comments
@pandilladivya Would you like to work on this issue? |
@abs51295 I would like to work on this issue but it will take me some time(more than a week) to finish this up because i'm travelling.. So, If @sandarumk approves this, you can work on it if you are interested :) |
This issue exists with many Activities, not just UserSettings and Safety Plan. I am interested in working on this bug. |
@Pooja-Mahadev-Soundalgekar You can work on this if @sandarumk approves it :) |
@Pooja-Mahadev-Soundalgekar Can you list out the activities which have the same bug ? |
@abs51295 @pandilladivya @Pooja-Mahadev-Soundalgekar As @pandilladivya mentioned please list out the activities which has the same bug. And who is going to fix this? (So I can assign the issue to that person) |
@sandarumk Isn't it identical to #414 ? |
@codingblazer That's exactly what I meant! :) |
@abs51295 @codingblazer This issue, #414 #427 are similar issues. Since this issue came up first. I think @sandarumk should give more insight on which issue to be solved. If @abs51295 @Pooja-Mahadev-Soundalgekar (Since they were interested to work on the issue) are not working on this, I would like to work :) |
Hey @pandilladivya |
Even I have worked on this ... found the root cause and the solution for the bug. Lets wait till @sandarumk give her opinion on this. #436 #427 #414 #405 are different issues ... which can be solved on modifying code for navigation bar. |
@pandilladivya hey, can you tell what's your solution |
The obvious solution would be modifying navigationbar code. Root Cause which is causing this problem The following is the code which is causing the above mentioned problem.
When we select any item in the navigationbar ... It is recording groupPosition and lastExpandedGroup. So, In the above problem,
|
As you mentioned in your previous comment ... I don't think this is an invalid issue and solving this doesn't add more wrong code. And I think this is not a minor bug, because this happens with each and every item in the navigationBar. That's just my opinion ... pardon me if i were wrong :) @sandarumk |
Well, I can't say anything because I don't know how you are intending to solve this which I requested in last comment (Pardon me but I was just requesting a brief on solution). |
We were not arguing 😆 We were just discussing on the issue and sharing our views and solution |
I never took it other way :-) |
Steps to reproduce the bug
Scenario - I
https://pandilladivya.github.io/settings.mp4
( Unable to navigate to UserSettings Activity )
Scenario - II
https://pandilladivya.github.io/safetyPlan.mp4
(Unable to navigate to SafetyPlan Activity)
@sandarumk
Kindly Review the issue.
Thank You!
The text was updated successfully, but these errors were encountered: