fix:跳转语音包设置
This commit is contained in:
parent
42d1ea52d4
commit
b8fd34c232
@ -26,7 +26,11 @@ class _LockVoiceSettingState extends State<LockVoiceSetting> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
return WillPopScope(
|
||||
onWillPop: () async {
|
||||
return false;
|
||||
},
|
||||
child: Scaffold(
|
||||
backgroundColor: AppColors.mainBackgroundColor,
|
||||
appBar: TitleAppBar(
|
||||
barTitle: '锁语音包设置'.tr,
|
||||
@ -61,6 +65,7 @@ class _LockVoiceSettingState extends State<LockVoiceSetting> {
|
||||
],
|
||||
),
|
||||
body: _buildBody(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user