|
|
@ -146,11 +146,11 @@ class _LivePageState extends State<LivePage> with WidgetsBindingObserver {
|
|
|
|
child: NormalTextDialog(
|
|
|
|
child: NormalTextDialog(
|
|
|
|
title: '确认停止直播间吗',
|
|
|
|
title: '确认停止直播间吗',
|
|
|
|
content: '',
|
|
|
|
content: '',
|
|
|
|
items: ['确认'],
|
|
|
|
deleteItem: '确认',
|
|
|
|
deleteItem: '取消',
|
|
|
|
items: ['取消'],
|
|
|
|
type: NormalTextDialogType.delete,
|
|
|
|
type: NormalTextDialogType.delete,
|
|
|
|
listener: (_) => Navigator.pop(context, true),
|
|
|
|
listener: (_) => Navigator.pop(context),
|
|
|
|
deleteListener: () => Navigator.pop(context),
|
|
|
|
deleteListener: () => Navigator.pop(context, true),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|