mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 17:25:21 +00:00
restore default (#348)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user