mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 11:20:25 +00:00
Fixed using wrong argument for flashing order
This commit is contained in:

committed by
John Wu

parent
06a1d08465
commit
09ba4772b8
@@ -24,7 +24,7 @@ class InstallExternalModuleEvent : ViewEvent(), ActivityExecutor {
|
||||
if (requestCode == Const.ID.FETCH_ZIP && resultCode == Activity.RESULT_OK && data != null) {
|
||||
val data = data.data
|
||||
if (data != null) {
|
||||
return MainDirections.actionFlashFragment(data, Const.Key.FLASH_ACTION)
|
||||
return MainDirections.actionFlashFragment(data, Const.Value.FLASH_ZIP)
|
||||
}
|
||||
}
|
||||
return null
|
||||
|
Reference in New Issue
Block a user