mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 23:25:19 +00:00
restore default (#348)
This commit is contained in:
@@ -70,7 +70,7 @@ class DataManager(private val context: Context) {
|
||||
}
|
||||
|
||||
fun isLocationServicesEnabled(): Boolean {
|
||||
return prefs.getBoolean("location_services_enabled", false)
|
||||
return prefs.getBoolean("location_services_enabled", true) // Default to enabled
|
||||
}
|
||||
|
||||
// MARK: - Channel Data Management
|
||||
|
||||
Reference in New Issue
Block a user