From 35d334ea1f9bb27df6b922936151ab99f6ab3d5c Mon Sep 17 00:00:00 2001 From: Aunali321 Date: Sun, 4 Sep 2022 23:25:22 +0530 Subject: [PATCH] refactor: removed commented code. --- .../patchesSelectorView/patch_item.dart | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/lib/ui/widgets/patchesSelectorView/patch_item.dart b/lib/ui/widgets/patchesSelectorView/patch_item.dart index dcb92de8..9f6e3acc 100644 --- a/lib/ui/widgets/patchesSelectorView/patch_item.dart +++ b/lib/ui/widgets/patchesSelectorView/patch_item.dart @@ -99,39 +99,6 @@ class _PatchItemState extends State { ) ], ), - // widget.name.contains("custom-branding") - // ? Padding( - // padding: const EdgeInsets.symmetric(vertical: 10.0), - // child: Container( - // padding: const EdgeInsets.symmetric( - // vertical: 8, - // horizontal: 8, - // ), - // decoration: BoxDecoration( - // color: Theme.of(context) - // .colorScheme - // .tertiary - // .withOpacity(0.1), - // borderRadius: BorderRadius.circular(12), - // ), - // child: Column( - // children: [ - // Text( - // "Patch options", - // style: GoogleFonts.inter( - // fontSize: 18, - // fontWeight: FontWeight.w600, - // ), - // ), - // const OptionsTextField(hint: "App name"), - // const OptionsFilePicker( - // optionName: "Choose a logo", - // ), - // ], - // ), - // ), - // ) - // : const SizedBox(), widget.isUnsupported ? Row( children: [