ep chooser push replacement

This commit is contained in:
niuhuan 2022-01-02 00:36:13 +08:00
parent 1fbfb5bea3
commit 79a8b7cc2d
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 KiB

After

Width:  |  Height:  |  Size: 387 KiB

View File

@ -728,6 +728,7 @@ class _EpChooserState extends State<_EpChooser> {
), ),
child: MaterialButton( child: MaterialButton(
onPressed: () { onPressed: () {
Navigator.of(context).pop();
widget.onChangeEp(e.key); widget.onChangeEp(e.key);
}, },
textColor: Colors.white, textColor: Colors.white,