Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> main #2671

Merged
merged 8 commits into from
Oct 28, 2020
Prev Previous commit
Next Next commit
- allow to use enableSelectedMiniDrawerItemBackground and enableProfi…
…leClick

  - FIX #2666
  • Loading branch information
mikepenz committed Oct 28, 2020
commit 0cd12268db626600fa2ed9de9b598ebe36462fa6
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ open class MiniDrawerSliderView @JvmOverloads constructor(context: Context, attr
createItems()
}

private var enableSelectedMiniDrawerItemBackground = false
var enableSelectedMiniDrawerItemBackground = false
set(value) {
field = value
createItems()
}

private var enableProfileClick = true
var enableProfileClick = true
set(value) {
field = value
createItems()
Expand Down