Skip to content

Instantly share code, notes, and snippets.

class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
showBugButton.setOnClickListener { openFirstDialogFragment() }
}
private fun openFirstDialogFragment() {