Fix logging

This commit is contained in:
misaochan 2018-03-26 18:29:30 +10:00
parent c154de15e5
commit 0861533d29

View file

@ -583,7 +583,7 @@ public class NearbyMapFragment extends DaggerFragment {
/* /*
* Add amnchors back before making them visible again. * Add anchors back before making them visible again.
* */ * */
private void addAnchorToBigFABs(FloatingActionButton floatingActionButton, int anchorID) { private void addAnchorToBigFABs(FloatingActionButton floatingActionButton, int anchorID) {
CoordinatorLayout.LayoutParams params = new CoordinatorLayout.LayoutParams CoordinatorLayout.LayoutParams params = new CoordinatorLayout.LayoutParams
@ -594,7 +594,7 @@ public class NearbyMapFragment extends DaggerFragment {
} }
/* /*
* Add amnchors back before making them visible again. Big and small fabs have different anchor * Add anchors back before making them visible again. Big and small fabs have different anchor
* gravities, therefore the are two methods. * gravities, therefore the are two methods.
* */ * */
private void addAnchorToSmallFABs(FloatingActionButton floatingActionButton, int anchorID) { private void addAnchorToSmallFABs(FloatingActionButton floatingActionButton, int anchorID) {
@ -651,9 +651,6 @@ public class NearbyMapFragment extends DaggerFragment {
DirectUpload directUpload = new DirectUpload(this, controller); DirectUpload directUpload = new DirectUpload(this, controller);
storeSharedPrefs(); storeSharedPrefs();
directUpload.initiateGalleryUpload(); directUpload.initiateGalleryUpload();
//TODO: App crashes after image upload completes
//TODO: Handle onRequestPermissionsResult
} }
}); });
} }