We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b131b commit 5edc2c9Copy full SHA for 5edc2c9
1 file changed
krscript/src/main/java/com/omarea/krscript/ui/DialogLogFragment.kt
@@ -175,13 +175,14 @@ class DialogLogFragment : androidx.fragment.app.DialogFragment() {
175
}
176
177
class MyShellHandler(
178
+ private val appContext: Context,
179
private var actionEventHandler: IActionEventHandler,
180
private var logView: TextView?,
181
private var shellProgress: ProgressBar?
182
) : ShellHandlerBase() {
183
184
init {
- super.context = context
185
+ super.context = appContext
186
187
188
private val context = logView?.context
0 commit comments