This commit is contained in:
kunfei 2020-02-08 22:21:32 +08:00
parent 65c02920ad
commit bef1aea9e0

View File

@ -109,6 +109,7 @@ class MyFragment : BaseFragment(R.layout.fragment_my_config) {
.onGranted {
launch {
AppConfig.backupPath = Backup.legadoPath
backupUsePermission()
}
}
.request()