UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Android Location Permissions does not work #94

Closed tadakane closed 5 months ago

tadakane commented 5 months ago

Describe the bug The home page on PR #90 doesn't work at least on android because of permissions regarding location. Thus, we are left with a blank home page, likely due to the latitude and longitude not being input into their proper variables.

To Reproduce Steps to reproduce the behavior:

  1. Run the code in #90 on an android emulator
  2. Click on the "Home" Tab.
  3. See there's nothing there

Screenshots Here's what it looks like when it should populated with posts image

tadakane commented 5 months ago

Fixed in #90!