Revert "内部クラスじゃだめそうなので切り出し"

This reverts commit aa4f8360dc.
This commit is contained in:
ろむねこ 2023-12-21 12:34:46 +09:00 committed by GitHub
parent c82050b931
commit c5c1a16282

View File

@ -97,7 +97,7 @@ public class ScannerDataManagerStubFragment extends Fragment {
RecyclerView recyclerView = getView().findViewById(R.id.result_recycler_view); RecyclerView recyclerView = getView().findViewById(R.id.result_recycler_view);
recyclerView.setLayoutManager(new androidx.recyclerview.widget.LinearLayoutManager(getContext())); recyclerView.setLayoutManager(new androidx.recyclerview.widget.LinearLayoutManager(getContext()));
recyclerView.setAdapter(new CaptureResultAdapter(this.results)); recyclerView.setAdapter(new ResultAdapter(this.results));
} }