Skip to content

Commit

Permalink
fix(services): background default alignment 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Oct 28, 2020
1 parent 3730ee6 commit 3d68d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waosSwift/lib/services/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ extension Reactive where Base: PreferencesService {
return UserDefaults.standard
.rx
.observe(Bool.self, #function)
.map { $0 ?? false }
.map { $0 ?? true }
}
}

0 comments on commit 3d68d6f

Please sign in to comment.