Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineBOUJNAH committed Jun 13, 2020
1 parent de88713 commit a2597f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void onClick(View v) {
openPage(myDoctorsHolder.sendMessageButton.getContext(),doctor.getTel());
}
});

//
String imageId = doctor.getEmail()+".jpg"; //add a title image
pathReference = FirebaseStorage.getInstance().getReference().child("DoctorProfile/"+ imageId); //storage the image
pathReference.getDownloadUrl().addOnSuccessListener(new OnSuccessListener<Uri>() {
Expand Down

0 comments on commit a2597f3

Please sign in to comment.