更新睡眠的心率基准图不显示
This commit is contained in:
@@ -144,7 +144,7 @@ class _MessagePageState extends State<MessagePage> {
|
||||
|
||||
return LayoutBuilder(
|
||||
builder: (context, boxConstraints) => GestureDetector(
|
||||
onTap: () => FocusScope.of(context).unfocus(),
|
||||
// onTap: () => FocusScope.of(context).unfocus(),,
|
||||
child: Container(
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(
|
||||
@@ -261,7 +261,6 @@ class _MessagePageState extends State<MessagePage> {
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
Container bottomIcon(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user