Matthew Kevins
Matthew Kevins
I was not able to reproduce this. I wondered whether localization could be a factor in this somehow, or characters being improperly handled during parsing, but I did not see...
I wonder, is this resolved now that we have [removed the experiment](https://github.com/wordpress-mobile/WordPress-Android/pull/16145), or should this also be addressed for the flow behind the feature flag?
I have not been able to reproduce this, but I think this: > A common error log on issues i/WordPress-STATS: šµ Tracked: notification_shown, Properties: {"notification_type":"post_upload_error","default_tab_experiment":"dashboard"} shows the crash may occur...
Hi @SiobhyB and @dcalhoun š š > @mkevins, I wondered if you might have availability to help review this PR? I definitely lack Android-specific experience and your expertise would be...
Circling back to mention that I investigated the disappearing images further [here](https://github.com/WordPress/gutenberg/issues/43149#issuecomment-1213440827), but did not discover the root cause of that issue. Aside from the unexpected issue described above (which...
> However, I was unable to reproduce this issue with the older build either. Oh interesting! Would you mind adding the testing details (phone, API version, etc.) for the scenario...
Hey @AmandaRiu. :wave: :smile: We will cut the 1.61.0 release today. I will bump this PR to the next milestone, but please let me know if youād rather us work...
> @daniloercoli ! I'm assuming we should still work to merge this PR since [the related issue](https://github.com/wordpress-mobile/gutenberg-mobile/issues/1027#issuecomment-495557004) is still open. Do you agree @mkevins, @daniloercoli ? Hi @mchowning :wave: :smile:...
I have reproduced this, and have confirmed this also occurs with other blocks. Any block that uses `MediaUploadProgress` component will respond to events filtered by `id`, so this indeed results...
> The header is drawn on top of the status bar. I wonder if this can be fixed by resetting the flag when the fragment is detached, instead of destroyed...