[iOS] Improve sort order for attachments named with sequential numbers
For attached files on iOS with names containing incremented numbers, the sort order seems to be set by the leading digit rather than the entire number. ie, files are ordered like
This screenshot taken on iPad illustrates the issue: https://imgur.com/3zylOtW
On desktop, they appear in the order I would expect.1, 10, 11, 12, 2, 3, 4, etc…
I think it would make sense if the iOS attachment sort order matched the desktop sort order.1, 2, 3, …, 8, 9, 10, 11, 12…
This screenshot taken on iPad illustrates the issue: https://imgur.com/3zylOtW
-
carlosroedigerI am also frustrated with the different sorting, is there any way to get a developer into the conversation?