commit | be79aefc5043dd17171211e9743276c364cc3381 | [log] [tgz] |
---|---|---|
author | Michael W <baddaemon87@gmail.com> | Sun Aug 13 16:03:07 2023 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Oct 17 17:43:25 2023 +0300 |
tree | 25866b2953858750a750ba72637488e0ea08da94 | |
parent | 900640b6d8e354a793587484ebfffc1665f967c4 [diff] |
Dialer: Fix NearbyPlaces Lookup * Currently there are two issues that both lead to no locations being displayed: * ArrayList results not being properly instantiated and therefore resulting in an NPE * getLastKnownLocation: Since Kitkat this always returns a FUSED_LOCATION one since we request it with a Criteria(), see https://developer.android.com/reference/android/location/LocationManager#requestSingleUpdate(android.location.Criteria,%20android.location.LocationListener,%20android.os.Looper) Change-Id: I0ca2733911931b4112b31b97804d8b6200545ae8