Refactoring

This commit is contained in:
M66B 2019-05-13 09:12:24 +02:00
parent 37d846a0a9
commit 54d219e580
1 changed files with 5 additions and 5 deletions

View File

@ -70,6 +70,11 @@ public class FragmentOptions extends FragmentBase {
super(fm);
}
@Override
public int getCount() {
return 7;
}
@Override
public Fragment getItem(int position) {
switch (position) {
@ -92,11 +97,6 @@ public class FragmentOptions extends FragmentBase {
}
}
@Override
public int getCount() {
return 7;
}
@Override
public CharSequence getPageTitle(int position) {
switch (position) {