ios permissions
This commit is contained in:
parent
989c82d831
commit
159e82811a
|
|
@ -147,8 +147,11 @@ class ViewScaffold extends StatelessWidget {
|
|||
),
|
||||
],
|
||||
),
|
||||
body:
|
||||
entity.isNew ? BlankScreen(localization.noRecordSelected) : body,
|
||||
body: SafeArea(
|
||||
child: entity.isNew
|
||||
? BlankScreen(localization.noRecordSelected)
|
||||
: body,
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue