Mark alignButtons as private
This commit is contained in:
parent
65cbaf95b1
commit
0298968042
@ -341,7 +341,7 @@ class DeviceControls<out S : MatteryScreen<*>>(
|
|||||||
|
|
||||||
private val buttons = ArrayList<EditablePanel<S>>()
|
private val buttons = ArrayList<EditablePanel<S>>()
|
||||||
|
|
||||||
fun alignButtons() {
|
private fun alignButtons() {
|
||||||
buttons.removeIf { it.isRemoved || it.parent != this }
|
buttons.removeIf { it.isRemoved || it.parent != this }
|
||||||
|
|
||||||
var y = 0f
|
var y = 0f
|
||||||
|
Loading…
Reference in New Issue
Block a user