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

This reverts commit c0e64ad5fd.
This commit is contained in:
ろむねこ 2023-12-20 12:48:02 +09:00
parent c0e64ad5fd
commit ba4ff5652e
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 CaptureResultAdapter(this.results));
recyclerView.setAdapter(new ResultAdapter(this.results));
}