mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ViewerBodyFragment処理実装WIP
This commit is contained in:
parent
b7822945fd
commit
adcf9f16b9
|
@ -98,6 +98,8 @@ public class ViewerBodyFragment extends Fragment {
|
|||
// TODO-rca: なにか処理をもたせる
|
||||
});
|
||||
recyclerView.setAdapter(viewerBodyAdapter);
|
||||
|
||||
loadDocument(viewerBodyAdapter, documentId, revisionId);
|
||||
}
|
||||
|
||||
private void loadDocument(ViewerBodyAdapter adapter, String documentId, String revisionId) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user