Guest User

Untitled

a guest
Feb 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @Override
  2. public android.support.v4.app.Fragment getItem(int position) {
  3. if(position == 0) {
  4. return ScanFragment.newInstance();
  5. } else {
  6. return ScanFragment.newInstance();
  7. }
  8. }
Add Comment
Please, Sign In to add comment