mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
parent
68a0400b9f
commit
ea6258ccf5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public class NearbyFilterState {
|
||||||
* Define initial filter values here
|
* Define initial filter values here
|
||||||
*/
|
*/
|
||||||
private NearbyFilterState() {
|
private NearbyFilterState() {
|
||||||
existsSelected = false;
|
existsSelected = true;
|
||||||
needPhotoSelected = true;
|
needPhotoSelected = true;
|
||||||
wlmSelected = true;
|
wlmSelected = true;
|
||||||
checkBoxTriState = -1; // Unknown
|
checkBoxTriState = -1; // Unknown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue