Ptt-official-app / Ptt-iOS

37 stars 7 forks source link

Crash after login for a certain user #93

Open denkeni opened 6 months ago

denkeni commented 6 months ago

The app would crash at this line (it seems infinite loop) for a certain user (see source):

cancellable = favoriteBoardManager.boards.sink { [weak self] completion in

In my initial investigation, this issue has nothing to do with folders or separators in the favorite board list.