opt. for performance
This commit is contained in:
@@ -177,7 +177,7 @@ class _SFTPPageState extends State<SFTPPage> {
|
||||
);
|
||||
|
||||
Widget _buildFileView() {
|
||||
if (_client == null || _si?.cs != ServerState.connected) {
|
||||
if (_client == null || _si?.state != ServerState.connected) {
|
||||
return centerCircleLoading;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user