mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
不足していたSetterを追加
This commit is contained in:
parent
7086582fad
commit
fcdb7c838b
|
@ -22,6 +22,10 @@ public class ViewerViewPagerAdapter extends FragmentStateAdapter {
|
|||
this.fragmentTargetIdList = fragmentTargetIdList;
|
||||
}
|
||||
|
||||
public void setFragmentTitleList(ArrayList<String> fragmentTitleList) {
|
||||
this.fragmentTitleList = fragmentTitleList;
|
||||
}
|
||||
|
||||
public ViewerViewPagerAdapter(@NonNull FragmentActivity fragmentActivity) {
|
||||
super(fragmentActivity);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user