Commit 09ba4772 authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Fixed using wrong argument for flashing order

parent 06a1d084
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment