Fix tabbing in RepoDetailsFragment

This commit is contained in:
Daniel Martí 2014-01-23 09:47:33 +01:00
parent bcb7c048b5
commit 93de06aded

View File

@ -58,9 +58,9 @@ public class RepoDetailsFragment extends Fragment {
super.onAttach(activity);
}
private long getRepoId() {
return getArguments().getLong(RepoDetailsFragment.ARG_REPO_ID, 0);
}
private long getRepoId() {
return getArguments().getLong(RepoDetailsFragment.ARG_REPO_ID, 0);
}
/**
* After, for example, a repo update, the details will have changed in the