File picker permissions and header rename. Also merged jija shit
This commit is contained in:
@@ -208,7 +208,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
)
|
||||
: null,
|
||||
),
|
||||
body: _buildSettingsContent(),
|
||||
body: SafeArea(
|
||||
child: _buildSettingsContent(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user