Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When there is no conversation ui stuck and app is not responding #8

Open
ihusnainalii opened this issue Jun 15, 2023 · 0 comments
Open

Comments

@ihusnainalii
Copy link

ihusnainalii commented Jun 15, 2023

When there is not conversation made by the user with support we are getting this error and after this Ui stuck

[TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy (the table view or one of its superviews has not been added to a window). This may cause bugs by forcing views inside the table view to load and perform layout without accurate information (e.g. table view bounds, trait collection, layout margins, safe area insets, etc), and will also cause unnecessary performance overhead due to extra layout passes. Make a symbolic breakpoint at UITableViewAlertForLayoutOutsideViewHierarchy to catch this in the debugger and see what caused this to occur, so you can avoid this action altogether if possible, or defer it until the table view has been added to a window. Table view: <UITableView: 0x7fa5e280d000; frame = (0 85; 375 582); clipsToBounds = YES; autoresize = RM+BM; gestureRecognizers = <NSArray: 0x60000251bcc0>; backgroundColor = <UIDynamicSystemColor: 0x6000033e11c0; name = tableBackgroundColor>; layer = <CALayer: 0x600002efec00>; contentOffset: {0, -10}; contentSize: {375, 582}; adjustedContentInset: {10, 0, 70, 0}; dataSource: <Hippo.AllConversationsViewController: 0x7fa5e10bd000>>

i have made a symbolic breakpoint at UITableViewAlertForLayoutOutsideViewHierarchy to catch the reason and i got
AllConversationsViewController - showConversationsTableView.layoutSubviews() is creating issue in noConversationFound function can you help us out in this matter?
Screenshot 2023-06-16 at 00 03 54

@ihusnainalii ihusnainalii changed the title When there is no chat ui stuck and app is not responding When there is no conversation ui stuck and app is not responding Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant