mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 04:00:48 +00:00
Revert "Revert "内部クラスじゃだめそうなので切り出し""
This reverts commit ba4ff5652e25b95aee61c6b28bfaa68645a7da78.
This commit is contained in:
parent
9cbf6f9d56
commit
d5616d63b6
@ -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…
x
Reference in New Issue
Block a user