mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
fix: sort apps alphabetically
This commit is contained in:
parent
9b14516433
commit
bf4298ea58
2 changed files with 1 additions and 1 deletions
|
@ -394,6 +394,7 @@ fun loadApps(packageManager: PackageManager, context: Context) {
|
|||
loadList.add(app)
|
||||
}
|
||||
}
|
||||
loadList.sortBy { it.label.toString() }
|
||||
appsList.clear()
|
||||
appsList.addAll(loadList)
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@ import android.view.View
|
|||
import android.view.ViewGroup
|
||||
import androidx.fragment.app.Fragment
|
||||
import de.jrpie.android.launcher.BuildConfig
|
||||
import de.jrpie.android.launcher.R
|
||||
import de.jrpie.android.launcher.UIObject
|
||||
import de.jrpie.android.launcher.databinding.TutorialConceptBinding
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue