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

Commit 18e09005 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Added fastsroll to the manage application screen so you don't need to...

Merge "Added fastsroll to the manage application screen so you don't need to scroll so much if you have alot of apps and want to go to the bottom of the list." into cm-10.1
parents 02106deb 8aa188f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -257,6 +257,7 @@ public class ManageApplications extends Fragment implements
                lv.setSaveEnabled(true);
                lv.setItemsCanFocus(true);
                lv.setTextFilterEnabled(true);
                lv.setFastScrollEnabled(true);
                mListView = lv;
                mApplications = new ApplicationsAdapter(mApplicationsState, this, mFilter);
                mListView.setAdapter(mApplications);