remove hardcoded mood images
This commit is contained in:
@@ -54,7 +54,6 @@ class UserDefaultsStore {
|
||||
}
|
||||
|
||||
static func moodMoodImagable() -> MoodImagable.Type {
|
||||
return MoodImages.Emoji.moodImages
|
||||
if let data = GroupUserDefaults.groupDefaults.object(forKey: UserDefaultsStore.Keys.moodImages.rawValue) as? Int,
|
||||
let model = MoodImages.init(rawValue: data) {
|
||||
return model.moodImages
|
||||
|
||||
Reference in New Issue
Block a user