remove code from the wrong spot
This commit is contained in:
@@ -217,8 +217,6 @@ struct CustomizeView: View {
|
|||||||
impactMed.impactOccurred()
|
impactMed.impactOccurred()
|
||||||
personalityPack = aPack
|
personalityPack = aPack
|
||||||
LocalNotification.rescheduleNotifiations()
|
LocalNotification.rescheduleNotifiations()
|
||||||
|
|
||||||
UITabBar.appearance().backgroundColor = UIColor(cgColor: theme.currentTheme.secondaryBGColor.cgColor ?? UIColor.secondarySystemBackground.cgColor)
|
|
||||||
}
|
}
|
||||||
if aPack.rawValue != (PersonalityPack.allCases.sorted(by: { $0.rawValue > $1.rawValue }).first?.rawValue) ?? 0 {
|
if aPack.rawValue != (PersonalityPack.allCases.sorted(by: { $0.rawValue > $1.rawValue }).first?.rawValue) ?? 0 {
|
||||||
Divider()
|
Divider()
|
||||||
|
|||||||
Reference in New Issue
Block a user