Remove location constant from ShareActivity

This commit is contained in:
misaochan 2018-06-23 20:13:15 +10:00
parent 3ab3b028c4
commit b5161d64a6

View file

@ -74,7 +74,6 @@ public class ShareActivity
extends AuthenticatedActivity
implements SingleUploadFragment.OnUploadActionInitiated,
OnCategoriesSaveHandler {
private static final int REQUEST_PERM_ON_CREATE_LOCATION = 2;
private static final int REQUEST_PERM_ON_SUBMIT_STORAGE = 4;
//Had to make them class variables, to extract out the click listeners, also I see no harm in this
final Rect startBounds = new Rect();