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