Skip to content

Commit

Permalink
fix: use it to show error Flashbar
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira0x committed Dec 12, 2024
1 parent 3a33aab commit c98151d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ApkInstallationSessionCallback(
bottomSheet.setActionProgress(0)

activity?.let {
if (!success) flashError(string.title_installation_failed)
if (!success) it.flashError(string.title_installation_failed)

it.installationCallback?.destroy()
it.installationCallback = null
Expand Down

0 comments on commit c98151d

Please sign in to comment.