ImageRow
ImageRow copied to clipboard
Reload table data after selection
Fixes #issue(s) . Image does not update after selection.
Changes proposed in this request:
- Following AlertRow, reload data to show image
@leonmak I cannot reproduce the issue, or I am not understanding it. Can you reproduce it in the examples? Or give us code to reproduce it?
@mats-claassen I can reproduce this issue when ImageRow is used in a ShareExtension. However I do not think the fix @leonmak provided is a good solution because reloading the whole table seems a bit much just for refreshing a single cell.
@funkenstrahlen Is the problem resolved for you if you add self?.reload()
instead of the proposed change?