mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: space opus
Closes #833 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -102,12 +102,12 @@ class _WhisperDetailPageState
|
||||
children: [
|
||||
Expanded(
|
||||
child: Listener(
|
||||
child: Obx(() =>
|
||||
_buildBody(_whisperDetailController.loadingState.value)),
|
||||
onPointerDown: (event) {
|
||||
// Hide panel when touch ListView.
|
||||
hidePanel();
|
||||
},
|
||||
behavior: HitTestBehavior.opaque,
|
||||
child: Obx(() =>
|
||||
_buildBody(_whisperDetailController.loadingState.value)),
|
||||
),
|
||||
),
|
||||
_buildInputView(theme),
|
||||
|
||||
Reference in New Issue
Block a user