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

Commit 8712251b authored by Rodrigo Lagos's avatar Rodrigo Lagos Committed by android-build-merger
Browse files

Clean up TypedPagedListAdapter constructor

am: 4e0d45ec

Change-Id: I1cedb2de0b371db618576b20212a2148c5e2241f
parents 4bfc7181 4e0d45ec
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);
    }