I have a problem with custom font in my app. Sometimes it works, sometimes not.
I have ViewPager with fragments. In fragment 2 I have LinearLayout with programmatically added TextViews. Same TextView layout added many times. On first TextView everything works fine, but on others it have problem with diacritic signs.
For custom fonts I use Calligraphy, but I also tried to use font family from Support Library 26 with same result. TextViews should use default font, but again when I change font in style or set typeface programmatically I end up with same result.
The problem occurs only on Android 7 (tested on Nexus 5X, Huawei P10 Lite). On Samsung Galaxy S4, Huawei Mate 10 pro - everything works fine.