Getter追加

This commit is contained in:
r-ca 2024-01-29 02:43:11 +09:00
parent c44fd3ae8b
commit e85c8a7ed0
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -61,4 +61,12 @@ public class ViewerViewPagerAdapter extends FragmentStateAdapter {
public String getFragmentTitle(int position) {
return fragmentTitleList.get(position);
}
public ArrayList<String> getFragmentTargetIdList() {
return fragmentTargetIdList;
}
public ArrayList<String> getFragmentTitleList() {
return fragmentTitleList;
}
}