mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-01 00:32:39 +00:00
fixed microg installation
This commit is contained in:
parent
933682a558
commit
39fa6531fb
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ open class BaseFragment : Fragment() {
|
|||
val task = activity?.filesDir?.path?.let {
|
||||
Task(
|
||||
url = dwnldUrl,
|
||||
saveName = getFileNameFromUrl(url),
|
||||
saveName = getFileNameFromUrl(dwnldUrl),
|
||||
savePath = it
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue