mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Getter追加
This commit is contained in:
parent
c44fd3ae8b
commit
e85c8a7ed0
|
@ -61,4 +61,12 @@ public class ViewerViewPagerAdapter extends FragmentStateAdapter {
|
||||||
public String getFragmentTitle(int position) {
|
public String getFragmentTitle(int position) {
|
||||||
return fragmentTitleList.get(position);
|
return fragmentTitleList.get(position);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ArrayList<String> getFragmentTargetIdList() {
|
||||||
|
return fragmentTargetIdList;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ArrayList<String> getFragmentTitleList() {
|
||||||
|
return fragmentTitleList;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user