Random Fixes
This commit is contained in:
@@ -87,8 +87,6 @@ class MessagingProviders extends ChangeNotifier {
|
|||||||
}
|
}
|
||||||
} on Exception catch (e) {
|
} on Exception catch (e) {
|
||||||
SnackBarService.instance.showSnackBarError(e.toString());
|
SnackBarService.instance.showSnackBarError(e.toString());
|
||||||
} finally {
|
|
||||||
notifyListeners();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -237,6 +237,7 @@ class _ConversationsPageState extends State<ConversationsPage> {
|
|||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
timeago.format(DateTime.parse(_message.timeStamp)),
|
timeago.format(DateTime.parse(_message.timeStamp)),
|
||||||
|
// "${DateTime.parse(_message.timeStamp).}",
|
||||||
style: TextStyle(color: Colors.white70, fontSize: 10),
|
style: TextStyle(color: Colors.white70, fontSize: 10),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user