Github user therajanmaurya commented on a diff in the pull request:

    
https://github.com/apache/incubator-taverna-mobile/pull/23#discussion_r71682950
  
    --- Diff: 
app/src/main/java/org/apache/taverna/mobile/ui/favouriteworkflow/FavouriteWorkflowsFragment.java
 ---
    @@ -80,12 +90,18 @@ public View onCreateView(LayoutInflater inflater, 
ViewGroup container, Bundle
     
             mFavouriteWorkflowsPresenter.attachView(this);
     
    +        mFavouriteWorkflowsAdapter = new 
FavouriteWorkflowsAdapter(mWorkflowList, getContext());
    +
             final LinearLayoutManager layoutManager = new 
LinearLayoutManager(getActivity());
     
             mRecyclerView.setLayoutManager(layoutManager);
             mRecyclerView.setItemAnimator(new DefaultItemAnimator());
             mRecyclerView.hasFixedSize();
     
    +        mRecyclerView.addOnItemTouchListener(new 
RecyclerItemClickListner(getActivity(), this));
    +
    +        mRecyclerView.setAdapter(mFavouriteWorkflowsAdapter);
    +
             showProgressbar(true);
    --- End diff --
    
    move this call to Presenter


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to