OpenLake / Sampoorna

One app for all women that covers everything from safety to health and more. 👩💪
MIT License
28 stars 43 forks source link

Debug the transition between fragments navigation using bottom navigation #55

Closed yellowHatpro closed 2 years ago

yellowHatpro commented 2 years ago

Issue:

https://user-images.githubusercontent.com/75999921/161398114-d16e9257-a312-4f38-baf8-d780facb9679.mp4

MohitGupta121 commented 2 years ago

I want to work on this issue please assign me that @yellowHatpro

MohitGupta121 commented 2 years ago

screen-20220403-004542.mp4

I have some douts that the issue is when user goto contact list and then he'll switch to another tab, you want he again come to main tab after click on 1st tab??? That's the issue??

MohitGupta121 commented 2 years ago

Working bhaiya but not getting root cause.

yellowHatpro commented 2 years ago

Hi @MohitGupta121 , can you show a video preview of the change

MohitGupta121 commented 2 years ago

Bro what I'll change, I try all possible attempts on this not even find backstack as I use nav-graph first time that's why.

MohitGupta121 commented 2 years ago

No results in my changes it's same as last

yellowHatpro commented 2 years ago

What you can do is hide the bottom navbar when the contact list fragment appears for the time being.

MohitGupta121 commented 2 years ago

What you can do is hide the bottom navbar when the contact list fragment appears for the time being.

Okay, or will I change contact list fragment to activity??

yellowHatpro commented 2 years ago

Changing list fragment to activity won't be a good idea. You can try to hide the bottom nav in this situation.

MohitGupta121 commented 2 years ago

Changing list fragment to activity won't be a good idea. You can try to hide the bottom nav in this situation.

Okay that's good, and when backpress then goto main fragment?

yellowHatpro commented 2 years ago

Okay that's good, and when backpress then goto main fragment?

yes

MohitGupta121 commented 2 years ago

Changing list fragment to activity won't be a good idea. You can try to hide the bottom nav in this situation.

@yellowHatpro can you please review PR #56 for this issue