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 895dbd2 commit 18573efCopy full SHA for 18573ef
core/app/src/main/java/com/itsaky/androidide/utils/ApkInstallationSessionCallback.kt
@@ -44,7 +44,7 @@ class ApkInstallationSessionCallback(
44
}
45
46
override fun onProgressChanged(sessionId: Int, progress: Float) {
47
- if (activity.editorViewModel.isBuildInProgress) {
+ if (activity?.editorViewModel?.isBuildInProgress ?: true) {
48
// Build in progress does not update bottom sheet action.
49
return
50
0 commit comments