|
|
@@ -6,6 +6,7 @@ import 'package:flutter/src/widgets/framework.dart';
|
|
|
import 'package:get/get.dart';
|
|
|
import 'package:get/get_core/src/get_main.dart';
|
|
|
|
|
|
+import '../../../resource/string.gen.dart';
|
|
|
import '../common_view.dart';
|
|
|
import 'mindview/view.dart';
|
|
|
|
|
|
@@ -34,7 +35,7 @@ class MindMapView extends BasePage<MindMapController> {
|
|
|
controller.talkController.isUploading.value == true &&
|
|
|
controller.talkController.talkBean.value?.status.value ==
|
|
|
TalkStatus.notAnalysis
|
|
|
- ? '录音上传中,请勿关闭小听'
|
|
|
+ ? StringName.talkUploadingFileTip.tr
|
|
|
: controller
|
|
|
.talkController.talkBean.value?.progressContent.value ??
|
|
|
'',
|