Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from MertNYuksel/master
Browse files Browse the repository at this point in the history
Stop setting state as info after setting an info button listener
  • Loading branch information
MertNYuksel authored Dec 10, 2019
2 parents e9e1695 + 46f84c4 commit 741a5f6
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 741a5f6

Please sign in to comment.