mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-27 14:55:30 +03:00
deleted unnecessary convertion
This commit is contained in:
parent
75f6f5e31c
commit
ff1e62df7a
@ -257,7 +257,7 @@ class MainActivity : AppCompatActivity() {
|
||||
SortingOrder.AlphabeticalAsc.ordinal -> sortedApps.sortBy { it.name }
|
||||
SortingOrder.AlphabeticalDesc.ordinal -> sortedApps.sortByDescending { it.name }
|
||||
}
|
||||
return sortedApps.toList()
|
||||
return sortedApps
|
||||
}
|
||||
|
||||
private fun handleState(state : MainState) = when (state) {
|
||||
|
Loading…
Reference in New Issue
Block a user