mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Remove unnecessary getters in ShareActivity
This commit is contained in:
parent
83bdbccd26
commit
40495d91ab
1 changed files with 0 additions and 8 deletions
|
|
@ -207,14 +207,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