Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b905e854 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

AM: Enable sync by default

parent 53d3edce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -154,8 +154,8 @@ class HomeSetRefresher @AssistedInject constructor(
                    .contains(collection.homeSetId)
                        && !excluded

            else -> // don't preselect
                false
            else -> // preselect
                true
        }
    }