diff --git a/app/src/main/java/fr/free/nrw/commons/contributions/ContributionsActivity.java b/app/src/main/java/fr/free/nrw/commons/contributions/ContributionsActivity.java
index d506623d3..eef1d66e5 100644
--- a/app/src/main/java/fr/free/nrw/commons/contributions/ContributionsActivity.java
+++ b/app/src/main/java/fr/free/nrw/commons/contributions/ContributionsActivity.java
@@ -53,8 +53,6 @@ public class ContributionsActivity
initDrawer();
setTitle(getString(R.string.navigation_item_home)); // Should I create a new string variable with another name instead?
- //prepareForContributions();
- //prepareForNearby();
// Add tabs and fragments after Auth cookie received
}
@@ -83,7 +81,7 @@ public class ContributionsActivity
//contributionsFragment = ((NewContributionsFragment)contributionsActivityPagerAdapter.getItem(CONTRIBUTIONS_TAB_POSITION));
if (uploadServiceIntent != null) { // If auth cookie already acquired
- ((NewContributionsFragment)contributionsActivityPagerAdapter.getItem(CONTRIBUTIONS_TAB_POSITION)).onAuthCookieAcquired(uploadServiceIntent);
+ // TODO Neslihan ((ContributionsFragment)contributionsActivityPagerAdapter.getItem(CONTRIBUTIONS_TAB_POSITION)).onAuthCookieAcquired(uploadServiceIntent);
}
//nearbyFragment = ((NewNearbyFragment)contributionsActivityPagerAdapter.getItem(NEARBY_TAB_POSITION));
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 14dff9500..2c0418094 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -352,4 +352,7 @@
The percentage of images you have uploaded to Commons that were not deleted
The number of images you have uploaded to Commons that were used in Wikimedia articles
Commons Notification
+
+ Contributions
+ Nearby