mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
内部クラスじゃだめそうなので切り出し
This commit is contained in:
parent
99dea6d6f6
commit
aa4f8360dc
|
@ -97,7 +97,7 @@ public class ScannerDataManagerStubFragment extends Fragment {
|
|||
RecyclerView recyclerView = getView().findViewById(R.id.result_recycler_view);
|
||||
|
||||
recyclerView.setLayoutManager(new androidx.recyclerview.widget.LinearLayoutManager(getContext()));
|
||||
recyclerView.setAdapter(new ResultAdapter(this.results));
|
||||
recyclerView.setAdapter(new CaptureResultAdapter(this.results));
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user