Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 06e342e1a75bc902a911c6047aed0c858c6f16b8
- Merge "fix: sanitize SVG path data parsing logic" into androidx-main
- fix: sanitize SVG path data parsing logic
The regex lookahead split creates an unavoidable empty string at index 0.
This change adds:
- ` .dropWhile { it.isBlank() }` to remove the blank elements.
This ensures the commands array contains only valid path instructions.
Change-Id: I443604ddbd352db36813ed430b497db104198300
1 file changed