fix missing images heights on month detail
This commit is contained in:
@@ -15,11 +15,12 @@ import Firebase
|
||||
class AppDelegate: NSObject, UIApplicationDelegate {
|
||||
private let savedOnboardingData = UserDefaultsStore.getOnboarding()
|
||||
@AppStorage(UserDefaultsStore.Keys.textColor.rawValue, store: GroupUserDefaults.groupDefaults) private var textColor: Color = DefaultTextColor.textColor
|
||||
|
||||
|
||||
func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
|
||||
// PersistenceController.shared.clearDB()
|
||||
// PersistenceController.shared.deleteLast(numberOfEntries: 5)
|
||||
// GroupUserDefaults.groupDefaults.set(false, forKey: UserDefaultsStore.Keys.showNSFW.rawValue)
|
||||
// PersistenceController.shared.clearDB()
|
||||
// PersistenceController.shared.deleteLast(numberOfEntries: 5)
|
||||
// PersistenceController.shared.deleteRandomFromLast(numberOfEntries: 10)
|
||||
// GroupUserDefaults.groupDefaults.set(false, forKey: UserDefaultsStore.Keys.showNSFW.rawValue)
|
||||
|
||||
FirebaseApp.configure()
|
||||
PersistenceController.shared.removeNoForDates()
|
||||
|
||||
Reference in New Issue
Block a user