mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 14:08:00 +01:00
make a constant static
This commit is contained in:
parent
f200454574
commit
e71aad937d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import java.util.regex.Pattern;
|
|||
public class PhotosActivity extends AppCompatActivity
|
||||
implements AdapterView.OnItemClickListener, GridView.MultiChoiceModeListener, MediaScannerConnection.OnScanCompletedListener,
|
||||
GridView.OnTouchListener {
|
||||
private final int STORAGE_PERMISSION = 1;
|
||||
private static final int STORAGE_PERMISSION = 1;
|
||||
private List<String> photos;
|
||||
private int selectedItemsCnt;
|
||||
private GridView gridView;
|
||||
|
|
Loading…
Reference in a new issue