Mark alignButtons as private

This commit is contained in:
DBotThePony 2025-01-07 00:05:13 +07:00
parent 65cbaf95b1
commit 0298968042
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -341,7 +341,7 @@ class DeviceControls<out S : MatteryScreen<*>>(
private val buttons = ArrayList<EditablePanel<S>>()
fun alignButtons() {
private fun alignButtons() {
buttons.removeIf { it.isRemoved || it.parent != this }
var y = 0f