mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +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;
|
return isNearbyUpload;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getNearbyTitle() {
|
|
||||||
return nearbyTitle;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected String getNearbyDesc() {
|
|
||||||
return nearbyDesc;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue