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

Commit

Permalink
Stop setting state as info after setting an info button listener
Browse files Browse the repository at this point in the history
  • Loading branch information
MertNYuksel committed Dec 10, 2019
1 parent e9e1695 commit 46f84c4
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 46f84c4

Please sign in to comment.