feat: 检查WebDav备份无响应问题
Co-authored-by: traeagent <traeagent@users.noreply.github.com>
This commit is contained in:
@@ -624,10 +624,8 @@ fun BackupConfigScreen(
|
|||||||
|
|
||||||
AppAlertDialog(
|
AppAlertDialog(
|
||||||
show = showLoadingDialog,
|
show = showLoadingDialog,
|
||||||
onDismiss = {},
|
onDismissRequest = { showLoadingDialog = false },
|
||||||
onConfirm = {},
|
title = loadingText
|
||||||
title = loadingText,
|
|
||||||
onDismissRequest = { showLoadingDialog = false }
|
|
||||||
)
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user