mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix whitespace
This commit is contained in:
parent
ed395a5af5
commit
9372a7ea3c
2 changed files with 1 additions and 4 deletions
|
|
@ -66,5 +66,4 @@ class DirectUpload {
|
|||
controller.startGalleryPick();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -339,7 +339,6 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
|
|||
this.getView().requestFocus();
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void hideFAB() {
|
||||
|
|
@ -387,8 +386,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