Skip to content

Commit 0861533

Browse files
committed
Fix logging
1 parent c154de1 commit 0861533

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/src/main/java/fr/free/nrw/commons/nearby/NearbyMapFragment.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ private void showFAB() {
583583

584584

585585
/*
586-
* Add amnchors back before making them visible again.
586+
* Add anchors back before making them visible again.
587587
* */
588588
private void addAnchorToBigFABs(FloatingActionButton floatingActionButton, int anchorID) {
589589
CoordinatorLayout.LayoutParams params = new CoordinatorLayout.LayoutParams
@@ -594,7 +594,7 @@ private void addAnchorToBigFABs(FloatingActionButton floatingActionButton, int a
594594
}
595595

596596
/*
597-
* Add amnchors back before making them visible again. Big and small fabs have different anchor
597+
* Add anchors back before making them visible again. Big and small fabs have different anchor
598598
* gravities, therefore the are two methods.
599599
* */
600600
private void addAnchorToSmallFABs(FloatingActionButton floatingActionButton, int anchorID) {
@@ -651,9 +651,6 @@ private void passInfoToSheet(Place place) {
651651
DirectUpload directUpload = new DirectUpload(this, controller);
652652
storeSharedPrefs();
653653
directUpload.initiateGalleryUpload();
654-
655-
//TODO: App crashes after image upload completes
656-
//TODO: Handle onRequestPermissionsResult
657654
}
658655
});
659656
}

0 commit comments

Comments
 (0)