mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-21 17:24:18 +00:00
Refactor logs
This commit is contained in:
parent
61b402a0bd
commit
ad7267bc5c
12 changed files with 529 additions and 425 deletions
|
@ -90,9 +90,7 @@ class SelectInterfaceModal extends StatelessWidget {
|
|||
}
|
||||
else {
|
||||
return GestureDetector(
|
||||
onTap: () => Navigator.of(context).pop(),
|
||||
child: Container(
|
||||
color: Colors.transparent,
|
||||
onTap: () => Navigator.of(context).pop(),
|
||||
child: DraggableScrollableSheet(
|
||||
initialChildSize: 0.6,
|
||||
minChildSize: 0.3,
|
||||
|
@ -154,8 +152,7 @@ class SelectInterfaceModal extends StatelessWidget {
|
|||
);
|
||||
},
|
||||
),
|
||||
),
|
||||
);
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue