Fixed #4750 : "Exists" is enabled by default for map view (#4838)

This commit is contained in:
Arin Modi 2022-02-19 14:32:50 +05:30 committed by GitHub
parent 68a0400b9f
commit ea6258ccf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ public class NearbyFilterState {
* Define initial filter values here
*/
private NearbyFilterState() {
existsSelected = false;
existsSelected = true;
needPhotoSelected = true;
wlmSelected = true;
checkBoxTriState = -1; // Unknown