True order

Report a typo

Determine the correct line order and indentation for OnLongClickListener.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                }
              
                val btn: View = findViewById(R.id.imageButton)
              
                true
              
                btn.setOnLongClickListener {
              
                Toast.makeText(it.context, "Long Click", Toast.LENGTH_SHORT).show()
              
___

Create a free account to access the full topic