mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Snackbars cleared when opened flexiblebottomsheet
This commit is contained in:
parent
334b24e56e
commit
276e310ae5
7 changed files with 7 additions and 0 deletions
|
@ -323,6 +323,7 @@ class _DhcpWidgetState extends State<DhcpWidget> {
|
|||
}
|
||||
|
||||
void selectInterface() {
|
||||
ScaffoldMessenger.of(context).clearSnackBars();
|
||||
Future.delayed(const Duration(seconds: 0), () {
|
||||
showFlexibleBottomSheet(
|
||||
minHeight: 0.6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue