更新消息设置
This commit is contained in:
@@ -77,7 +77,10 @@ class _DynamicReportDetailWidgetState extends State<DynamicReportDetailWidget> {
|
||||
SizedBox(height: 33.rpx),
|
||||
_buildSleepDateWidgets(),
|
||||
SizedBox(height: 20.rpx),
|
||||
if (!AppConstants.is_test_account) _buildSleepDataModuleWidgets(),
|
||||
if (!AppConstants.is_test_account)
|
||||
Obx(() {
|
||||
return _buildSleepDataModuleWidgets();
|
||||
}),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user