mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-02 06:03:44 +02:00
Move apk module to apk-ng
In preparation to preserve the existing old apk module codebase so that the old implementation can live side-by-side the next generation.
This commit is contained in:
+1
-1
@@ -1014,7 +1014,7 @@ private fun ManagerInstallComposableDialog(
|
||||
text = stringResource(CoreR.string.install),
|
||||
onClick = {
|
||||
showDialog.value = false
|
||||
DownloadEngine.startWithActivity(activity, activity.extension, Subject.App())
|
||||
DownloadEngine.startWithActivity(activity, Subject.App())
|
||||
},
|
||||
modifier = Modifier.weight(1f),
|
||||
colors = ButtonDefaults.textButtonColorsPrimary()
|
||||
+1
-1
@@ -119,7 +119,7 @@ fun ModuleScreen(viewModel: ModuleViewModel) {
|
||||
onDownload = { install ->
|
||||
showOnlineDialog.value = false
|
||||
DownloadEngine.startWithActivity(
|
||||
activity, activity.extension,
|
||||
activity,
|
||||
OnlineModuleSubject(pendingOnlineModule!!, install)
|
||||
)
|
||||
pendingOnlineModule = null
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user