mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 10:33:44 +02:00
fix: problems
This commit is contained in:
parent
5c475d4de5
commit
0f0c90ef56
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class _PostScreenState extends State<PostScreen> {
|
|||
body: TimelinePostScreen(
|
||||
userId: 'test_user',
|
||||
service: widget.service,
|
||||
options: TimelineOptions(),
|
||||
options: const TimelineOptions(),
|
||||
post: widget.post,
|
||||
onPostDelete: () {
|
||||
Navigator.of(context).pop();
|
||||
|
|
Loading…
Reference in a new issue