mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix whitespace
This commit is contained in:
parent
f8343592f3
commit
9fe238f20c
2 changed files with 1 additions and 4 deletions
|
|
@ -66,5 +66,4 @@ class DirectUpload {
|
|||
controller.startGalleryPick();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -353,7 +353,6 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
|||
this.getView().requestFocus();
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void hideFAB() {
|
||||
|
|
@ -402,8 +401,7 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
|||
distance.setText(place.distance.toString());
|
||||
|
||||
fabCamera.setOnClickListener(view -> {
|
||||
|
||||
|
||||
//TODO: Implement camera button
|
||||
});
|
||||
|
||||
fabGallery.setOnClickListener(view -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue