Refactoring - Version stable
This commit is contained in:
@@ -286,6 +286,7 @@ class _UnifiedFeedViewState extends State<_UnifiedFeedView> {
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
const SnackBar(content: Text('Impossible d\'ouvrir le lien.')),
|
||||
);
|
||||
return false;
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -9,8 +9,6 @@ import '../../../features/settings/presentation/pages/system_settings_page.dart'
|
||||
import '../../../features/help/presentation/pages/help_support_page.dart';
|
||||
import '../../../shared/design_system/unionflow_design_system.dart';
|
||||
import '../../../shared/widgets/mini_avatar.dart';
|
||||
import '../../../shared/widgets/action_row.dart';
|
||||
import '../../../shared/widgets/info_badge.dart';
|
||||
|
||||
/// UnionFlow Mobile - Composant DRY : Menu Profil Latéral
|
||||
/// Un tiroir (drawer) de style réseau social (Twitter/Facebook) très épuré.
|
||||
|
||||
Reference in New Issue
Block a user