Skip to content

Commit

Permalink
Stop setting state as info after setting an infoButtonListener
Browse files Browse the repository at this point in the history
  • Loading branch information
MertNYuksel committed Dec 10, 2019
1 parent a61af31 commit f34ac66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ class StateLayout @JvmOverloads constructor(context: Context,
infoLayout.findView<Button>(R.id.button_state_layout_info) {
setOnClickListener { block.invoke() }
}
info()
}

fun infoButtonVisibility(visibility: Int) {
Expand Down

0 comments on commit f34ac66

Please sign in to comment.