remove code from the wrong spot

This commit is contained in:
Trey t
2022-02-20 15:00:32 -06:00
parent 0035f61204
commit 1d1afab0f9

View File

@@ -217,8 +217,6 @@ struct CustomizeView: View {
impactMed.impactOccurred()
personalityPack = aPack
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 {
Divider()