This commit is contained in:
kunfei 2020-02-08 22:20:47 +08:00
parent 9a7c8eb9f6
commit 65c02920ad

View File

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