mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-16 04:19:19 +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,
|
||||
callback: LinearLayoutCompat.() -> Unit,
|
||||
) {
|
||||
|
Reference in New Issue
Block a user