lammylol / Flock

New App Page for Flock
0 stars 0 forks source link

SignOut Reset Info Fix #7

Closed lammylol closed 5 months ago

lammylol commented 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