mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 09:08:17 +08:00
@@ -135,8 +135,12 @@ class _WhisperDetailPageState
|
||||
hidePanel();
|
||||
},
|
||||
behavior: HitTestBehavior.opaque,
|
||||
child: Obx(
|
||||
() => _buildBody(_whisperDetailController.loadingState.value),
|
||||
child: Align(
|
||||
alignment: Alignment.topCenter,
|
||||
child: Obx(
|
||||
() =>
|
||||
_buildBody(_whisperDetailController.loadingState.value),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user