mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-18 22:20:48 +00:00
Revert "内部クラスじゃだめそうなので切り出し"
This reverts commit aa4f8360dc1384d1850aad2b3ec46153e3ee9b62.
This commit is contained in:
parent
c82050b931
commit
c5c1a16282
@ -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