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