Fix display dateformat

This commit is contained in:
2025-04-13 16:43:05 +02:00
parent 3239a075fb
commit b687464d59
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ class MessageViewPage extends StatefulWidget {
class _MessageViewPageState extends State<MessageViewPage> {
late Future<(SCNMessage, ChannelPreview, KeyTokenPreview, UserPreview)>? mainFuture;
(SCNMessage, ChannelPreview, KeyTokenPreview, UserPreview)? mainFutureSnapshot = null;
static final _dateFormat = DateFormat('yyyy-MM-dd kk:mm');
static final _dateFormat = DateFormat('yyyy-MM-dd HH:mm'); //TODO setting
bool _monospaceMode = false;