mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
@@ -61,11 +61,12 @@ class _WhisperLinkSettingPageState extends State<WhisperLinkSettingPage> {
|
||||
),
|
||||
),
|
||||
Obx(
|
||||
() => _controller.sessionSs.value.isSuccess
|
||||
? _buildBlockItem(
|
||||
_controller.sessionSs.value.data.followStatus == 128,
|
||||
)
|
||||
: const SizedBox.shrink(),
|
||||
() {
|
||||
if (_controller.sessionSs.value case Success(:final response)) {
|
||||
return _buildBlockItem(response.followStatus == 128);
|
||||
}
|
||||
return const SizedBox.shrink();
|
||||
},
|
||||
),
|
||||
divider2,
|
||||
ListTile(
|
||||
|
||||
Reference in New Issue
Block a user