Fix whitespace

This commit is contained in:
misaochan 2018-01-02 21:44:39 +10:00
parent ed395a5af5
commit 9372a7ea3c
2 changed files with 1 additions and 4 deletions

View file

@ -66,5 +66,4 @@ class DirectUpload {
controller.startGalleryPick(); controller.startGalleryPick();
} }
} }
} }

View file

@ -339,7 +339,6 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
this.getView().requestFocus(); this.getView().requestFocus();
break; break;
} }
} }
private void hideFAB() { private void hideFAB() {
@ -387,8 +386,7 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
distance.setText(place.distance.toString()); distance.setText(place.distance.toString());
fabCamera.setOnClickListener(view -> { fabCamera.setOnClickListener(view -> {
//TODO: Implement camera button
}); });
fabGallery.setOnClickListener(view -> { fabGallery.setOnClickListener(view -> {