We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652efd2 commit e72540bCopy full SHA for e72540b
app/src/main/java/com/github/mobile/ui/issue/IssueDashboardPagerAdapter.java
@@ -93,7 +93,7 @@ public Fragment getItem(final int position) {
93
}
94
95
@Override
96
- public CharSequence getPageTitle(int position) {
+ public CharSequence getPageTitle(final int position) {
97
switch (position) {
98
case 0:
99
return resources.getString(string.dashboard_watched);
0 commit comments