Search drafts (#574)
Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts Merge branch 'master' into search-drafts # Conflicts: # app/src/main/java/org/mian/gitnex/fragments/DraftsFragment.java search drafts Co-authored-by: 6543 <6543@noreply.codeberg.org> Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/574 Reviewed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
@@ -125,4 +125,11 @@ public class DraftsAdapter extends RecyclerView.Adapter<DraftsAdapter.DraftsView
|
||||
return draftsList.size();
|
||||
}
|
||||
|
||||
public void updateList(List<DraftWithRepository> list) {
|
||||
|
||||
draftsList = list;
|
||||
notifyDataSetChanged();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user