added toast for rating and comment
This commit is contained in:
parent
12c91fc4a6
commit
f0a8b22d2e
2 changed files with 2 additions and 0 deletions
BIN
Deliverable4.zip
BIN
Deliverable4.zip
Binary file not shown.
|
@ -302,7 +302,9 @@ public class Bookings extends AppCompatActivity {
|
|||
Toast.makeText(Bookings.this, "Rating cannot be added before the appointment", Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
else{
|
||||
Toast.makeText(Bookings.this, "Rating and comment added", Toast.LENGTH_SHORT).show();
|
||||
Bookings.this.recreate();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue