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

Commit 069732c5 authored by Jason Monk's avatar Jason Monk
Browse files

Always start storage list sorting by size

Bug: 20075068
Change-Id: I50a39decaa61bf7c3489243924c0d3928c4fe2ce
parent 0d2a8d20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,8 +232,8 @@ public class ManageApplications extends InstrumentedFragment
            } else {
                // No volume selected, display a normal list, sorted by size.
                mListType = LIST_TYPE_MAIN;
                mSortOrder = R.id.sort_order_size;
            }
            mSortOrder = R.id.sort_order_size;
        } else if (className.equals(UsageAccessSettingsActivity.class.getName())) {
            mListType = LIST_TYPE_USAGE_ACCESS;
            getActivity().getActionBar().setTitle(R.string.usage_access_title);