Hi @Tyler
Thanks for your revert.
Please find the inline answers and attached videos of the issue.
- Version of UIKit being utilized
v2.2.5 this was the last tagged version from Tez
We have mainly created a different types of cells and override a few button actions
Two videos are attached
- Network logs of the request that is made the first time the app is installed and channels are requested.
I am adding the query which is being created to fetch channels and channel count which are as follows
First run when channel count is 2
[AnyHashable(\"show_frozen\"): 1, AnyHashable(\"token\"): , AnyHashable(\"user\"): {\n \"is_active\" = 1;\n \"last_seen_at\" = 0;\n nickname = Pop14;\n \"preferred_languages\" = (\n );\n \"profile_url\" = \"https://s3.upgame.app/public/profile-picture/641066f7-071d-43f1-ad07-1e5cd9050855_ff0fba9e-d275-411f-8ebf-1e1796afbc8f.webp\";\n \"require_auth_for_profile_image\" = 0;\n \"user_id\" = \"641066f7-071d-43f1-ad07-1e5cd9050855\";\n version = \"3.1.18\";\n}, AnyHashable(\"member_state_filter\"): all, AnyHashable(\"hidden_mode\"): unhidden_only, AnyHashable(\"limit\"): 20, AnyHashable(\"unread_filter\"): all, AnyHashable(\"show_member\"): 1, AnyHashable(\"public_mode\"): all, AnyHashable(\"order\"): latest_last_message, AnyHashable(\"query_type\"): and, AnyHashable(\"super_mode\"): all, AnyHashable(\"show_empty\"): 1, AnyHashable(\"next\"): 1]
Second Run when all required channels are being returned
[AnyHashable(\"show_frozen\"): 1, AnyHashable(\"unread_filter\"): all, AnyHashable(\"token\"): , AnyHashable(\"query_type\"): and, AnyHashable(\"user\"): {\n \"is_active\" = 1;\n \"last_seen_at\" = 0;\n nickname = Pop14;\n \"preferred_languages\" = (\n );\n \"profile_url\" = \"https://s3.upgame.app/public/profile-picture/641066f7-071d-43f1-ad07-1e5cd9050855_ff0fba9e-d275-411f-8ebf-1e1796afbc8f.webp\";\n \"require_auth_for_profile_image\" = 0;\n \"user_id\" = \"641066f7-071d-43f1-ad07-1e5cd9050855\";\n version = \"3.1.18\";\n}, AnyHashable(\"hidden_mode\"): unhidden_only, AnyHashable(\"limit\"): 20, AnyHashable(\"show_empty\"): 1, AnyHashable(\"member_state_filter\"): all, AnyHashable(\"next\"): 1, AnyHashable(\"super_mode\"): all, AnyHashable(\"public_mode\"): all, AnyHashable(\"order\"): latest_last_message, AnyHashable(\"show_member\"): 1]
Video files which shows issue
Thanks