app/src/main/java/com/sdpteam/connectout/profile/editProfile/EditProfileViewModel.java
Method saveNewProfile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
public void saveNewProfile(String name, String email, String bio, Gender g, Uri profileImage) {
Method updateProfileInfo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
private void updateProfileInfo(String name, String email, String bio, Gender g, String profileImageUrl) {