mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Remove unnecessary getters in ShareActivity
This commit is contained in:
parent
59cc07922d
commit
9fb82da313
1 changed files with 0 additions and 8 deletions
|
|
@ -219,14 +219,6 @@ public class ShareActivity
|
|||
return isNearbyUpload;
|
||||
}
|
||||
|
||||
protected String getNearbyTitle() {
|
||||
return nearbyTitle;
|
||||
}
|
||||
|
||||
protected String getNearbyDesc() {
|
||||
return nearbyDesc;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue