Fix tabbing in RepoDetailsFragment
This commit is contained in:
parent
bcb7c048b5
commit
93de06aded
@ -58,9 +58,9 @@ public class RepoDetailsFragment extends Fragment {
|
|||||||
super.onAttach(activity);
|
super.onAttach(activity);
|
||||||
}
|
}
|
||||||
|
|
||||||
private long getRepoId() {
|
private long getRepoId() {
|
||||||
return getArguments().getLong(RepoDetailsFragment.ARG_REPO_ID, 0);
|
return getArguments().getLong(RepoDetailsFragment.ARG_REPO_ID, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* After, for example, a repo update, the details will have changed in the
|
* After, for example, a repo update, the details will have changed in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user