mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-25 05:09:52 +00:00
Improve: Performance Improvement with inline function
This commit is contained in:
@ -217,7 +217,7 @@ class SettingsFragment : ScreenFragment() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun LinearLayoutCompat.addCategory(
|
private inline fun LinearLayoutCompat.addCategory(
|
||||||
title: String,
|
title: String,
|
||||||
callback: LinearLayoutCompat.() -> Unit,
|
callback: LinearLayoutCompat.() -> Unit,
|
||||||
) {
|
) {
|
||||||
|
Reference in New Issue
Block a user