Fix the inconsitent paragraph
The previous fix was not complete. The previous fix was removing CR characters from the buffer because Android does not use CR as a paragraph separator. However there are few more characters that are used for breaking paragraph in BiDi algorithm. Use the BiDi properties instead of directly specifying CR code point. Bug: 330051215 Test: StaticLayoutTest#testNotCrashByCRCharacter_other_B_properties Change-Id: I0e209e90eb5ee7ea572188894ff19bc5e27ab5a6
Loading
Please register or sign in to comment