Posts and pages with lot of tags freezes the app
This was originally reported in https://github.com/wordpress-mobile/WordPress-Android/issues/7909 as a problem raised by a post with bunch of empty b tags.
Instead the underlying problem is much worse that we initially though, and affects any post that contains a large number of tags in it.
It also depends on the device you're using. On my latest device the problem is not noticeable, instead on a Nexus5X it is.
Fabric.io report: 5b1d4f3b6007d59fcd70deac
On a Pixel emulator running API26 the following report
5b1d4f3b6007d59fcd70deac/sessions/5B2C1D79007900015CFD1C67C515AC6F_DNE_0_v2?
does contain a document we can use to reproduce the issue.
On my S9 it doesn't crash Aztec.
cc @mzorz since you were working on the b fix.
Nice find @daniloercoli , I'll pick this issue up and investigate.
Unassigning myself since I'm not planning to work on this in the short term.