Switch off the memory limit for now

This commit is contained in:
Ali 2023-09-16 10:49:30 +02:00
parent 6b5fc1da13
commit a8667a5308

View File

@ -1488,7 +1488,7 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
#if targetEnvironment(simulator)
print("Debug memory")
#else
preconditionFailure()
//preconditionFailure()
#endif
}
}