Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61a715d7 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

feat: Sort widget list

parent 97011a80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class WidgetsActivity : Activity(), OnActionClickListener {
    private val mCompositeDisposable = CompositeDisposable()

    private fun refreshRecyclerView() {
        val widgetIds = mAppWidgetHost.appWidgetIds
        val widgetIds = mAppWidgetHost.appWidgetIds.sorted()
        val widgets = mutableListOf<BlissWidget>()

        for (id in widgetIds) {