-
-
Notifications
You must be signed in to change notification settings - Fork 663
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
Group chat screen nav bar is broken when there are many members in the chat. #3700
Labels
Comments
jainkuniya
changed the title
Group chat screen is broken when there are many members in the chat.
Group chat screen nav bar is broken when there are many members in the chat.
Nov 23, 2019
@zulipbot claim |
Maskedman99
added a commit
to Maskedman99/zulip-mobile
that referenced
this issue
Apr 25, 2020
With large number of recipients in group-pm the navbar overflows with avatars. This is fixed by displaying the avatars in a Flatlist which hides the overflow effectively by letting users scroll through the avatars, while also providing the memory enhancements that are needed with the large data. Fixes: zulip#3700.
im-adithya
added a commit
to im-adithya/zulip-mobile
that referenced
this issue
Mar 7, 2021
Updates TitleGroup to use ScrollView instead of View so that the avatars in nav bar don't overflow and can be scrolled to view Fixes zulip#3700
im-adithya
added a commit
to im-adithya/zulip-mobile
that referenced
this issue
Mar 7, 2021
Updates TitleGroup to use ScrollView instead of View so that the avatars in nav bar don't overflow and can be scrolled to view Fixes zulip#3700
im-adithya
added a commit
to im-adithya/zulip-mobile
that referenced
this issue
Mar 12, 2021
Updates TitleGroup to use ScrollView instead of View so that the avatars in nav bar don't overflow and can be scrolled to view Fixes zulip#3700
im-adithya
added a commit
to im-adithya/zulip-mobile
that referenced
this issue
Mar 18, 2021
Updates TitleGroup to use ScrollView instead of View so that the avatars in nav bar don't overflow and can be scrolled to view Fixes: zulip#3700
im-adithya
added a commit
to im-adithya/zulip-mobile
that referenced
this issue
Mar 18, 2021
Updates TitleGroup to use ScrollView instead of View so that the avatars in nav bar don't overflow and can be scrolled to view Fixes: zulip#3700
im-adithya
added a commit
to im-adithya/zulip-mobile
that referenced
this issue
Apr 2, 2021
Updates TitleGroup to use ScrollView instead of View so that the avatars in nav bar don't overflow and can be scrolled to view Fixes: zulip#3700
im-adithya
added a commit
to im-adithya/zulip-mobile
that referenced
this issue
Apr 6, 2021
Updates TitleGroup to use ScrollView instead of View so that the avatars in nav bar don't overflow and can be scrolled to view. Fixes: zulip#3700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: