Skip to content

Commit

Permalink
Update DoctorHome Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasstrh committed Jun 3, 2020
1 parent a62a990 commit 9b8e812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<activity android:name=".ProfilePatientActivity" />
<activity android:name=".MyDoctorsAvtivity" />
<activity android:name=".ProfileDoctorActivity" />
<activity android:name=".EditProfilePatientActivity" />
<activity android:name=".DoctorAppointementActivity" />
<activity android:name=".FicheActivity" />
<activity android:name=".MyPatientsActivity" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void onClick(View v) {
BtnRequst.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent k = new Intent(DoctorHomeActivity.this, PatientRequestPage.class);
Intent k = new Intent(DoctorHomeActivity.this, ConfirmedAppointmensActivity.class);
startActivity(k);
}
});
Expand Down

0 comments on commit 9b8e812

Please sign in to comment.