mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
Further code cleanup
This commit is contained in:
parent
9446427d0d
commit
283275ab55
2 changed files with 0 additions and 11 deletions
|
|
@ -236,13 +236,6 @@ public class ShareActivity
|
|||
if (intent.hasExtra("isDirectUpload")) {
|
||||
Timber.d("This was initiated by a direct upload from Nearby");
|
||||
isNearbyUpload = true;
|
||||
|
||||
/**
|
||||
SharedPreferences sharedPref = this.getSharedPreferences("Direct Upload", Context.MODE_PRIVATE);
|
||||
nearbyTitle = sharedPref.getString("Title", "");
|
||||
nearbyDesc = sharedPref.getString("Desc", "");
|
||||
Timber.d("In ShareActivity, image title: " + nearbyTitle + " and image desc: " + nearbyDesc);
|
||||
*/
|
||||
}
|
||||
mimeType = intent.getType();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue