Skip to content

Commit

Permalink
Remove layout request log
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed May 30, 2024
1 parent 12d85bd commit d02fb8c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ open class DpadRecyclerView @JvmOverloads constructor(

final override fun requestLayout() {
if (isRequestLayoutAllowed()) {
if (DEBUG) {
Log.i(TAG, "Layout Requested")
}
super.requestLayout()
} else {
hasPendingLayout = true
Expand Down

0 comments on commit d02fb8c

Please sign in to comment.