Clean up.

This commit is contained in:
Paulo Gustavo Veiga
2024-02-11 12:21:38 -08:00
parent f8b8aea901
commit eaf03ea28d
14 changed files with 119 additions and 368 deletions

View File

@@ -164,7 +164,7 @@ public class User
}
public Boolean getGoogleSync() {
return googleSync;
return googleSync!=null && googleSync;
}
public void setGoogleSync(Boolean googleSync) {