BrightMindEnrichment / StreetCare

BrightMindEnrichment is a Non-Profit Organization which helps homeless people. StreetCare is name of Android application of BME.
5 stars 1 forks source link

MainActivity.kt lifecycle loop on CommunityFragment.kt permissions request #60

Closed phillipsk closed 2 months ago

phillipsk commented 3 months ago

Recreation steps: fresh install of the app allow notification navigate to community screen allow approximate location confirm allow approximate location Try to navigate to another screen or tap any interaction

Actual result: app freezes Expected result: user is able to continue interaction after selecting approximate location

Debugging notes: set a breakpoint in onPause() and onResume() of MainActivity.kt and research permission requests from CommunityFragment.kt

See attached video:

https://github.com/BrightMindEnrichment/StreetCare/assets/7585083/ae2e0377-93af-4e19-af87-5bb675ecdf61

SwathiSelvakumaran commented 3 months ago

Unable to reproduce the issue in latest deployment.

SwathiSelvakumaran commented 2 months ago

Issue fixed as part of PR https://github.com/BrightMindEnrichment/StreetCare/pull/63