不足していたSetterを追加

This commit is contained in:
r-ca 2024-01-29 01:59:44 +09:00
parent 7086582fad
commit fcdb7c838b
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -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);
}