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

Commit 4e0d45ec authored by Rodrigo Lagos's avatar Rodrigo Lagos
Browse files

Clean up TypedPagedListAdapter constructor

Bug: 74248946
Test: tested locally
Change-Id: Iddb5b9d44983a32832b1ea2da73a73b508921102
parent 7409cd6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public final class AppPermissionsFragment extends Fragment{
        super.onActivityCreated(savedInstanceState);

        mListView = (PagedListView) getView().findViewById(R.id.list);
        mPagedListAdapter = new TypedPagedListAdapter(getContext(), getLineItems());
        mPagedListAdapter = new TypedPagedListAdapter(getLineItems());
        mListView.setAdapter(mPagedListAdapter);
    }