opt. proj struct
This commit is contained in:
@@ -71,7 +71,7 @@ class _SFTPPageState extends State<SFTPPage> {
|
||||
],
|
||||
),
|
||||
body: _buildFileView(),
|
||||
bottomNavigationBar: _buildBottom(),
|
||||
bottomNavigationBar: SafeArea(child: _buildBottom()),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user