From 5fec321267d043cec4356ceb34cf5c5553aecf9a Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Thu, 15 Dec 2022 22:34:48 +0530 Subject: [PATCH] Update the warning copy since not all ROMs may block capturing of screenshots once FLAG_SECURE is set --- lib/ui/settings/security_section_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/settings/security_section_widget.dart b/lib/ui/settings/security_section_widget.dart index fdf5ba229e..eb4c0e71d9 100644 --- a/lib/ui/settings/security_section_widget.dart +++ b/lib/ui/settings/security_section_widget.dart @@ -90,7 +90,7 @@ class _SecuritySectionWidgetState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: const [ Text( - "Hiding from the task switcher will prevent you from taking screenshots in this app.", + "Hiding from the task switcher may prevent you from taking screenshots in this app.", style: TextStyle( height: 1.5, ),