Improve: Performance Improvement with inline function

This commit is contained in:
LooKeR 2021-12-29 12:24:44 +05:30
parent 0298875e14
commit 51030cfe1a

View File

@ -217,7 +217,7 @@ class SettingsFragment : ScreenFragment() {
}
}
private fun LinearLayoutCompat.addCategory(
private inline fun LinearLayoutCompat.addCategory(
title: String,
callback: LinearLayoutCompat.() -> Unit,
) {