mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
fix bug
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user