79198894

Date: 2024-11-18 06:41:19
Score: 0.5
Natty:
Report link

To resolve the issue, modify the code in flutter_carplay/ios/Classes/models/list/FCPListSection.swift at line 30. Update the sectionIndexTitle parameter to nil as shown below:

let listSection = CPListSection.init(items: items, header: header, sectionIndexTitle: nil)
This will prevent the alphabetic sorting issue since CarPlay won't attempt to use the sectionIndexTitle.
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Richa Shah