This commit is contained in:
jyuesong
2022-06-23 18:55:11 +08:00
parent e2a2ae55ec
commit 484e1eeee3

View File

@ -55,10 +55,9 @@ class _InTimeLogPageState extends State<InTimeLogPage>
@override
Widget build(BuildContext context) {
return Material(
child: SafeArea(
return Scaffold(
body: SafeArea(
child: Container(
color: Colors.white,
padding: const EdgeInsets.symmetric(
vertical: 10,
),
@ -164,6 +163,7 @@ class _InTimeLogPageState extends State<InTimeLogPage>
getLogData();
},
);
getLogData();
} else {
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
getLogData();