Make MessageView.render() idempotent
Re-renders happen when we re-fetch messages from the database, and our previous technique for loading attachments resulted in a new attachment view added for every call to render() This change ensures that a second call to render() does not add any more attachment views. FREEBIEpull/749/head
parent
25ebcc3131
commit
0e1b534d3c
Loading…
Reference in New Issue