Skip to content

Commit

Permalink
Crash fix by logs
Browse files Browse the repository at this point in the history
  • Loading branch information
truefedex committed Dec 13, 2022
1 parent 5c529d3 commit c0aa7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ActionBar @JvmOverloads constructor(

val imm = context.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
imm.showSoftInput(vb.etUrl, InputMethodManager.SHOW_FORCED)
handler.postDelayed(//workaround an android TV bug
postDelayed(//workaround an android TV bug
{
vb.etUrl.selectAll()
}, 500)
Expand Down

0 comments on commit c0aa7b8

Please sign in to comment.