When I merged in the ClimaCell code and added the GPS/weather data API calls, I noticed two resource leaks were logged.
The circumstances surround them are strange:
- There is only one resource that fails to close when using the Pixel 2 with Android 11, but there are 2 resources that fail to close when using the Pixel 2XL with Android 11
- When I comment out the functionality I added from being called in the main activity, they still occur/do not change in number
- When I use the functionality but comment out 1+ of the callbacks my code uses, they still occur/do not change in number
Log statements from Pixel 2XL running Android 11

Log statements from Pixel 2 running Android 11

When I merged in the ClimaCell code and added the GPS/weather data API calls, I noticed two resource leaks were logged.
The circumstances surround them are strange:
Log statements from Pixel 2XL running Android 11

Log statements from Pixel 2 running Android 11
