-
Notifications
You must be signed in to change notification settings - Fork 984
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
remove messages screen global states #17365
Conversation
ea73c4e
to
3eb23e9
Compare
Jenkins BuildsClick to see older builds (14)
|
c82a0ab
to
87a1dce
Compare
@@ -27,11 +26,7 @@ | |||
(defonce ^:const scroll-animation-input-range [50 125]) | |||
(defonce ^:const min-message-height 32) | |||
|
|||
(defonce extra-keyboard-height (reagent/atom 0)) | |||
(defonce messages-list-ref (atom nil)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also tried removing messages-list-ref
7c7f670, but this started to cause weird error https://stackoverflow.com/questions/48045696/flatlist-scrollview-error-on-any-state-change-invariant-violation-changing-on
87a1dce
to
4304820
Compare
86% of end-end tests have passed
Failed tests (6)Click to expandClass TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Passed tests (37)Click to expandClass TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestActivityMultipleDevicePR:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
|
hi @Parveshdhull could you resolve please the existing conflicts in this PR? |
4304820
to
e8f2f12
Compare
Hi @Parveshdhull . thank you for PR. No issues from my side. Please let me know if you plan to push any new commits after PR review, otherwise, the PR can be merged :) Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a much needed and awaited for cleanup
Thanks Parvesh!
e8f2f12
to
1df99b3
Compare
fixes #17362
status: ready