Loading app/src/main/java/foundation/e/blisslauncher/features/weather/WeatherUpdater.java +2 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,8 @@ public class WeatherUpdater { if (!Preferences.useCustomWeatherLocation(mWeakContext.get())) { reverseGeocodeLocation(getMostRecentLocation()); } else { Log.w(TAG, "Do not reverse geocode location. User is using a custom location."); } } Loading Loading
app/src/main/java/foundation/e/blisslauncher/features/weather/WeatherUpdater.java +2 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,8 @@ public class WeatherUpdater { if (!Preferences.useCustomWeatherLocation(mWeakContext.get())) { reverseGeocodeLocation(getMostRecentLocation()); } else { Log.w(TAG, "Do not reverse geocode location. User is using a custom location."); } } Loading