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 65c8ed8 commit ce560d1Copy full SHA for ce560d1
app/src/main/java/replete/Main.kt
@@ -403,6 +403,7 @@ class MainActivity : AppCompatActivity() {
403
val replHistory: ListView = findViewById(R.id.repl_history)
404
evalButton = findViewById(R.id.eval_button)
405
406
+ inputField!!.requestFocus()
407
inputField!!.hint = "Type in here"
408
inputField!!.setHintTextColor(Color.GRAY)
409
0 commit comments