chore: add a link to the platforms' different behaviors for the 24h format

This commit is contained in:
kaanelloed 2025-09-08 10:00:12 -04:00 committed by David
parent e584c22c8b
commit 046b3b8b14

View file

@ -83,6 +83,7 @@ extension DateTimeExtension on DateTime {
final l10n24h = L10n.of(context).alwaysUse24HourFormat == 'true';
// https://github.com/krille-chan/fluffychat/pull/1457#discussion_r1836817914
if (PlatformInfos.isAndroid) {
return mediaQuery24h;
} else if (PlatformInfos.isIOS) {