mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-18 05:58:30 +00:00
Fixed using wrong argument for flashing order
This commit is contained in:
parent
06a1d08465
commit
09ba4772b8
@ -24,7 +24,7 @@ class InstallExternalModuleEvent : ViewEvent(), ActivityExecutor {
|
|||||||
if (requestCode == Const.ID.FETCH_ZIP && resultCode == Activity.RESULT_OK && data != null) {
|
if (requestCode == Const.ID.FETCH_ZIP && resultCode == Activity.RESULT_OK && data != null) {
|
||||||
val data = data.data
|
val data = data.data
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
return MainDirections.actionFlashFragment(data, Const.Key.FLASH_ACTION)
|
return MainDirections.actionFlashFragment(data, Const.Value.FLASH_ZIP)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null
|
return null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user