Page MenuHomePhabricator

D6743.id22642.diff
No OneTemporary

D6743.id22642.diff

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

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)

Event Timeline