mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can reload survey
This commit is contained in:
@ -341,6 +341,7 @@ class _PostTileState extends State<PostTile> {
|
||||
Widget _buildPostSurvey() {
|
||||
return SurveyWidget(
|
||||
survey: widget.post.survey,
|
||||
onUpdated: (s) => setState(() => widget.post.survey = s),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user