QOL: Update file service

This commit is contained in:
2025-11-17 09:24:32 +02:00
parent d76512c11f
commit 24cc7f64b5
15 changed files with 12 additions and 21 deletions

View File

@@ -531,8 +531,7 @@ class _BuildPatientsListState extends State<BuildMyPatientListList> {
patientManagerProvider.myPaitentList![index].app_id, context)
.then((user) async {
user;
String url =
await MihFileApi.getMinioFileUrl(user!.pro_pic_path, context);
String url = await MihFileApi.getMinioFileUrl(user!.pro_pic_path);
patientManagerProvider.setSelectedPatientProfilePicUrl(url);
});
patientProfileChoicePopUp(

View File

@@ -45,7 +45,6 @@ class _BuildClaimStatementFileListState
String teporaryFileUrl = "";
await MihFileApi.getMinioFileUrl(
filePath,
context,
).then((value) {
teporaryFileUrl = value;
});

View File

@@ -45,7 +45,6 @@ class _BuildFilesListState extends State<BuildFilesList> {
String teporaryFileUrl = "";
await MihFileApi.getMinioFileUrl(
filePath,
context,
).then((value) {
teporaryFileUrl = value;
});