We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a33aab commit c98151dCopy full SHA for c98151d
core/app/src/main/java/com/itsaky/androidide/utils/ApkInstallationSessionCallback.kt
@@ -69,7 +69,7 @@ class ApkInstallationSessionCallback(
69
bottomSheet.setActionProgress(0)
70
71
activity?.let {
72
- if (!success) flashError(string.title_installation_failed)
+ if (!success) it.flashError(string.title_installation_failed)
73
74
it.installationCallback?.destroy()
75
it.installationCallback = null
0 commit comments