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

Commit f7eb72cd authored by Linus Lee's avatar Linus Lee Committed by Roman Birg
Browse files

Trebuchet: Skip sorting again when sorted by Title when launching app view

Change-Id: Ie5b5398d17e6742f28084ce7cd6d31c4ba872b24
(cherry picked from commit b53f60bc)
parent d9630aa5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4333,7 +4333,11 @@ public class Launcher extends Activity
        if (resetPageToZero) {
            mAppsCustomizeTabHost.reset();
        }
        if (mAppsCustomizeContent.getSortMode() != AppsCustomizePagedView.SortMode.Title) {
            // optimize Title sort by not reinflating views every time we open the app drawer
            // since we already sort based on new app installs and change of sort mode
            mAppsCustomizeContent.sortApps();
        }
        showAppsCustomizeHelper(animated, false, contentType);
        mAppsCustomizeTabHost.post(new Runnable() {
            @Override