mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 06:22:48 +00:00
Bug fix
This commit is contained in:
parent
329d2195a7
commit
d1973a55db
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class _AddServerModalState extends State<AddServerModal> {
|
||||||
(version['data'].contains('a') || version['data'].contains('b')) // alpha or beta
|
(version['data'].contains('a') || version['data'].contains('b')) // alpha or beta
|
||||||
) {
|
) {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
widget.onUnsupportedVersion(version);
|
widget.onUnsupportedVersion(version['data']);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue