mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 18:43:45 +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(
|
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();
|
||||||
|
|
Loading…
Reference in a new issue