Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineBOUJNAH committed Jun 15, 2020
1 parent a2597f3 commit 73d4adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void onFailure(@NonNull Exception exception) {
@Override
public void onEvent(@Nullable DocumentSnapshot documentSnapshot, @Nullable FirebaseFirestoreException e) {
doctorName.setText(documentSnapshot.getString("name"));
doctorSpe.setText(documentSnapshot.getString("dateNaissance"));
// doctorSpe.setText(documentSnapshot.getString("dateNaissance"));
doctorPhone.setText(documentSnapshot.getString("tel"));
doctorEmail.setText(documentSnapshot.getString("email"));
doctorAddress.setText(documentSnapshot.getString("adresse"));
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_profile_doctor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
android:layout_marginStart="30dp"
android:layout_marginLeft="30dp"
android:layout_marginTop="65dp"
android:text="Doctor tazi"
android:text="Patient"
android:textColor="#B9B9B9"
android:textSize="16sp" />

Expand Down

0 comments on commit 73d4adf

Please sign in to comment.