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

This commit is contained in:
ろむねこ 2023-12-20 12:47:56 +09:00
parent 9a71fb5c26
commit c0e64ad5fd
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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));
}