mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Enable alphabetical sorting
Again ^^
This commit is contained in:
parent
9d691910b3
commit
09738cd648
1 changed files with 1 additions and 0 deletions
|
@ -93,5 +93,6 @@ class AppsRecyclerAdapter(val activity: Activity, val action: String?, val forAp
|
|||
app.icon = ri.activityInfo.loadIcon(pm)
|
||||
appsList.add(app)
|
||||
}
|
||||
appsList.sortBy { it.label.toString() }
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue