mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Can update presence settings
This commit is contained in:
		@@ -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),
 | 
			
		||||
          ),
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user