chore: add a link to the platforms' different behaviors for the 24h format
This commit is contained in:
parent
e584c22c8b
commit
046b3b8b14
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ extension DateTimeExtension on DateTime {
|
||||||
|
|
||||||
final l10n24h = L10n.of(context).alwaysUse24HourFormat == 'true';
|
final l10n24h = L10n.of(context).alwaysUse24HourFormat == 'true';
|
||||||
|
|
||||||
|
// https://github.com/krille-chan/fluffychat/pull/1457#discussion_r1836817914
|
||||||
if (PlatformInfos.isAndroid) {
|
if (PlatformInfos.isAndroid) {
|
||||||
return mediaQuery24h;
|
return mediaQuery24h;
|
||||||
} else if (PlatformInfos.isIOS) {
|
} else if (PlatformInfos.isIOS) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue