Fix whitespace

This commit is contained in:
misaochan 2018-01-02 21:44:39 +10:00 committed by maskara
parent f8343592f3
commit 9fe238f20c
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -353,7 +353,6 @@ public class NearbyMapFragment extends android.support.v4.app.Fragment {
this.getView().requestFocus(); this.getView().requestFocus();
break; break;
} }
} }
private void hideFAB() { private void hideFAB() {
@ -402,8 +401,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 -> {