ImageRow icon indicating copy to clipboard operation
ImageRow copied to clipboard

Reload table data after selection

Open leonmak opened this issue 6 years ago • 3 comments

Fixes #issue(s) . Image does not update after selection.

Changes proposed in this request:

  • Following AlertRow, reload data to show image

leonmak avatar Sep 23 '18 14:09 leonmak

@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 avatar Oct 03 '18 14:10 mats-claassen

@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 avatar Mar 09 '19 10:03 funkenstrahlen

@funkenstrahlen Is the problem resolved for you if you add self?.reload() instead of the proposed change?

mats-claassen avatar Mar 13 '19 12:03 mats-claassen