DescriptionAdd fallback implementation to reorderSpinners for pre JB MR2.
Prior to the availability of getBestDateTimePattern() the android
framework either used an internal ICU API, which we can't make use of
in chrome, or used getDateFormatOrder() which is only suitable for
numeric dates. This fix duplicates the latter behaviour so at least
we have some chance of being consistent with the (possibly incorrect)
system ordering while simultaneously not crashing.
BUG=463719
Committed: https://crrev.com/bcc3148169963f6e4699559add1410930c87cd30
Cr-Commit-Position: refs/heads/master@{#319311}
Patch Set 1 #
Total comments: 8
Patch Set 2 : #Messages
Total messages: 9 (2 generated)
|