fix: problems

This commit is contained in:
Jacques 2024-01-25 15:57:09 +01:00
parent 5c475d4de5
commit 0f0c90ef56

View file

@ -22,7 +22,7 @@ class _PostScreenState extends State<PostScreen> {
body: TimelinePostScreen( body: TimelinePostScreen(
userId: 'test_user', userId: 'test_user',
service: widget.service, service: widget.service,
options: TimelineOptions(), options: const TimelineOptions(),
post: widget.post, post: widget.post,
onPostDelete: () { onPostDelete: () {
Navigator.of(context).pop(); Navigator.of(context).pop();