Fix display dateformat
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user