mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: ssh page pop (#261)
This commit is contained in:
@@ -413,7 +413,9 @@ class _SSHPageState extends State<SSHPage> with AutomaticKeepAliveClientMixin {
|
||||
onPressed: () {
|
||||
if (mounted) {
|
||||
context.pop();
|
||||
context.pop();
|
||||
if (widget.pop) {
|
||||
context.pop();
|
||||
}
|
||||
}
|
||||
},
|
||||
child: Text(l10n.ok),
|
||||
|
||||
Reference in New Issue
Block a user