Browse Source

Minor change

ashilkn 2 năm trước cách đây
mục cha
commit
c36970a575

+ 1 - 0
lib/ui/sharing/manage_links_widget.dart

@@ -193,6 +193,7 @@ class _ManageSharedLinkWidgetState extends State<ManageSharedLinkWidget> {
                             submitButtonLabel: "Lock",
                             submitButtonLabel: "Lock",
                             hintText: "Enter password",
                             hintText: "Enter password",
                             isPasswordInput: true,
                             isPasswordInput: true,
+                            alwaysShowSuccessState: true,
                             onSubmit: (String password) async {
                             onSubmit: (String password) async {
                               if (password.trim().isNotEmpty) {
                               if (password.trim().isNotEmpty) {
                                 final propToUpdate =
                                 final propToUpdate =