为 audioplayers_android 模块单独设置 Java 1.8,其他模块保持 Java 17
This commit is contained in:
@@ -153,7 +153,6 @@ class _HistoryPageState extends State<HistoryPage> {
|
||||
_showSnackBar('删除失败');
|
||||
}
|
||||
} catch (e) {
|
||||
print('删除历史记录失败: $e');
|
||||
_showSnackBar('删除失败');
|
||||
}
|
||||
}
|
||||
@@ -170,7 +169,6 @@ class _HistoryPageState extends State<HistoryPage> {
|
||||
_showSnackBar('无数据可导出');
|
||||
}
|
||||
} catch (e) {
|
||||
print('导出历史记录失败: $e');
|
||||
_showSnackBar('导出失败');
|
||||
}
|
||||
}
|
||||
@@ -239,7 +237,6 @@ class _HistoryPageState extends State<HistoryPage> {
|
||||
),
|
||||
);
|
||||
} catch (e) {
|
||||
print('获取统计失败: $e');
|
||||
_showSnackBar('获取统计失败');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user