mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-16 12:16:42 +00:00
Fix leak memory (Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)) (#917)
Closes: #829 Co-authored-by: Yusuke Arakawa <nekolaboratory@users.noreply.github.com>
This commit is contained in:
parent
9281e72e8c
commit
8d8955ee13
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public struct ConsolidatedNotification: Identifiable {
|
|||
self.type = type
|
||||
self.createdAt = createdAt
|
||||
self.accounts = accounts
|
||||
self.status = status
|
||||
self.status = status ?? nil
|
||||
}
|
||||
|
||||
public static func placeholder() -> ConsolidatedNotification {
|
||||
|
|
Loading…
Reference in a new issue