restore default (#348)

This commit is contained in:
callebtc
2025-08-29 22:11:05 +02:00
committed by GitHub
parent 0aecaf50f8
commit 0b44b850f2
@@ -70,7 +70,7 @@ class DataManager(private val context: Context) {
} }
fun isLocationServicesEnabled(): Boolean { fun isLocationServicesEnabled(): Boolean {
return prefs.getBoolean("location_services_enabled", false) return prefs.getBoolean("location_services_enabled", true) // Default to enabled
} }
// MARK: - Channel Data Management // MARK: - Channel Data Management