Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3504620
D6743.id22642.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
459 B
Referenced Files
None
Subscribers
None
D6743.id22642.diff
View Options
diff --git a/native/chat/chat-list.react.js b/native/chat/chat-list.react.js
--- a/native/chat/chat-list.react.js
+++ b/native/chat/chat-list.react.js
@@ -156,6 +156,9 @@
curItem = this.props.data[curDataIndex];
}
if (!curItem) {
+ if (prevItemKey === 'loader') {
+ break;
+ }
// Should never happen...
console.log(
`items not removed from ChatList, but ${prevItemKey} now missing`,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 9:43 AM (19 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2687316
Default Alt Text
D6743.id22642.diff (459 B)
Attached To
Mode
D6743: [native] Fixed 'items not removed from ChatList [..]' error
Attached
Detach File
Event Timeline
Log In to Comment