On large winmail.dat files very poor performance is experienced with the attachment pane failing to expand vertically properly. Eventually duplicate files are shown, this is indicative of an async issue.
My suspicions are that we should be avoid calling displayAttachmentsForExpandedView() after every attachment is processed
On large winmail.dat files very poor performance is experienced with the attachment pane failing to expand vertically properly. Eventually duplicate files are shown, this is indicative of an async issue.
My suspicions are that we should be avoid calling
displayAttachmentsForExpandedView()
after every attachment is processed