Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19b651d1 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Add some logs for debug

parent 924bffdb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.");
        }
    }