1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Can update presence settings

This commit is contained in:
2021-04-22 15:54:30 +02:00
parent 96fb14e7de
commit da876f5978
3 changed files with 97 additions and 3 deletions

View File

@ -2,6 +2,7 @@ import 'package:comunic/helpers/forez_presence_helper.dart';
import 'package:comunic/helpers/users_helper.dart';
import 'package:comunic/lists/forez_presences_set.dart';
import 'package:comunic/lists/users_list.dart';
import 'package:comunic/ui/routes/forez_presence_settings_route.dart';
import 'package:comunic/ui/widgets/account_image_widget.dart';
import 'package:comunic/ui/widgets/async_screen_widget.dart';
import 'package:comunic/ui/widgets/forez_presence_calendar_widget.dart';
@ -52,7 +53,7 @@ class _ForezPresenceSectionState extends State<ForezPresenceSection> {
bottom: 10,
child: FloatingActionButton(
backgroundColor: Colors.green,
onPressed: () {},
onPressed: () => showPresenceSettingsRoute(context, widget.groupID),
child: Icon(Icons.edit),
),
)