mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-12 05:25:36 +02:00
refactor: removed commented code.
This commit is contained in:
parent
8448601b9d
commit
35d334ea1f
1 changed files with 0 additions and 33 deletions
|
@ -99,39 +99,6 @@ class _PatchItemState extends State<PatchItem> {
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
// 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
|
widget.isUnsupported
|
||||||
? Row(
|
? Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue