|
|
@@ -109,7 +109,7 @@ class RoomInfoState extends State<RoomInfo>
|
|
|
if (data['statusFlag'] == 2) {
|
|
|
await Future.delayed(Duration(milliseconds: 100));
|
|
|
showSucessInfo();
|
|
|
- await Future.delayed(Duration(seconds: 1), () async {
|
|
|
+ Future.delayed(Duration(seconds: 3), () async {
|
|
|
const url = 'pubgmhd1106467070://';
|
|
|
if (await canLaunch(url)) {
|
|
|
await launch(url);
|
|
|
@@ -134,7 +134,7 @@ class RoomInfoState extends State<RoomInfo>
|
|
|
content: Container(
|
|
|
height: 50,
|
|
|
child: Text(
|
|
|
- '已经成功开启录屏,请保留当前页面,打开游戏开始比赛,祝您取得好成绩!',
|
|
|
+ '已经成功开启录屏,请保留当前页面,将在3秒后自动打开刺激战场,如未自动打开请您手动打开,祝您取得好成绩!',
|
|
|
style: TextStyle(color: Colors.black),
|
|
|
),
|
|
|
),
|