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

Commit 68d6d465 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Always start storage list sorting by size" into mnc-dev

parents 840002d6 069732c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,8 +233,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);