Closed lammylol closed 5 months ago
Fixed issue of non-main thread running on sign out. ResetInfo was being called on sign out, but the same tasks were being run on 'signInView'
SwiftUI/ThreadUtils.swift:114: Fatal error: calling into SwiftUI on a non-main thread is not supported
Fixed issue of non-main thread running on sign out. ResetInfo was being called on sign out, but the same tasks were being run on 'signInView'
SwiftUI/ThreadUtils.swift:114: Fatal error: calling into SwiftUI on a non-main thread is not supported