Skip to content

Commit c98151d

Browse files
committedDec 12, 2024··
fix: use it to show error Flashbar
1 parent 3a33aab commit c98151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/app/src/main/java/com/itsaky/androidide/utils/ApkInstallationSessionCallback.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ApkInstallationSessionCallback(
6969
bottomSheet.setActionProgress(0)
7070

7171
activity?.let {
72-
if (!success) flashError(string.title_installation_failed)
72+
if (!success) it.flashError(string.title_installation_failed)
7373

7474
it.installationCallback?.destroy()
7575
it.installationCallback = null

0 commit comments

Comments
 (0)
Please sign in to comment.